0% found this document useful (0 votes)
14 views7 pages

Practical No 8 Aim: Using Steganography Tools (S-Tools) : Step 6: Create A New File Abc - TXT and Add Some Text

The document outlines practical steps for using two steganography tools: S-Tools and SNOW. It details how to create a steganography file using an image and a text file with S-Tools, including steps for entering a passphrase and revealing hidden data. Additionally, it explains how to use the SNOW command line tool to hide and recover a secret message in a text file with a password for protection.

Uploaded by

h7fgjtvnz4
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
14 views7 pages

Practical No 8 Aim: Using Steganography Tools (S-Tools) : Step 6: Create A New File Abc - TXT and Add Some Text

The document outlines practical steps for using two steganography tools: S-Tools and SNOW. It details how to create a steganography file using an image and a text file with S-Tools, including steps for entering a passphrase and revealing hidden data. Additionally, it explains how to use the SNOW command line tool to hide and recover a secret message in a text file with a password for protection.

Uploaded by

h7fgjtvnz4
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 7

Practical No 8

Aim: Using Steganography Tools [S-Tools]


Step 1: Select the S-tools.exe file and open the steganography software tool. The main
window of the program appears. Three buttons are available on the main window:
File Window Help

Step 2: The S-Tools program is a drag and drop software. The files used to create the
steganography file can be dragged from the directory into the S-Tools program.
Step 3: Select a valid audio file or image as the base file for the steganography file. The
zebras.bmp was selected and dragged onto the main window of the S-Tools program. The
image is opened.
Step 4: The zebras.bmp and the Actions window are now in the S-Tools program.

Step 6: Create a new file abc.txt and add some text.


Step 7: The abc.txt is selected and dragged on top of the base image. Release the file while

the cursor is still on the top of the base file,

Step 8: A dialogue box will appear asking the user to enter and verify a passphrase. Enter a

passphrase in both the passphrase and verify passphrase text boxes. Now the new window

will be available for hidden data.


Step 9: Place the cursor on top of the hidden data image and select the right mouse button.
a. The user will have four option availabler to rthem:
i. Save
ii. Save As
iii. Properties
iv. Reveal

Step 10: Now to9 reveal the data from the image, right click and click o9n option Reveal.
8 B] Aim: Using Whitespace Steganography tool SNOW
Step 1: Download snow tool. It is command line tool.
Step 2: Create a text file “demo.txt” in which the secret message is to be stored and keep
this file in snow directory only.

Step 3. Open the command prompt and reach to location where snow directory is stored and

run dir command


Step 4. To store a secret message in file demo.txt, use following command and also give
password.
snow –C –m “This practical is demo of steganography using snow tool” -p ‘ranjeeta”
demo.txt newfile.txt
-m indicates message to be stored
-p indicates password to protect the message demo.txt is file in which message will be
hidden in newfile.txt is file with the secret message
Newfile is created and text is added in file

Step 5: To recover message from newfile.txt use following command snow –C –p “ranjeeta”

newfile.txt

The hidden message will be recovered.

You might also like