Skip to content

Steganography made easy. Hide information or files inside images without anyone knowing

License

Notifications You must be signed in to change notification settings

AyushShahh/steganocet

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Steganocet

Hide any secret information or files inside an image without anyone knowing.
Download the latest stable version here.

Supported OS: Windows
Linux users can install the "wine" package on their system to run VBScript and batch files.
Mac users can use Bootcamp to run VBScript and batch files.

How to use?

Clone this repository or download the zip source file.

git clone https://github.com/AyushShahh/steganocet.git

Copy the image inside which you want to hide the information/file in the image folder. Do not use spaces in the image name.

Examples:
✔️ cool_photo.png
✔️ niceimage.jpg
❌ aesthetic photo.png
❌ yummy cake.jpg

Copy everything you want to hide inside the hidefile folder.

Run steganocet.bat file and type the name of the image file in the image folder inside which you want to store information (with extension, case sensitive) and press enter.

Type .jpg instead of .jpeg in image name extension if you are using image of that format.

An identical image with same name and format will be generated with your confidential files.

If you compare both images, you can't differentiate between them. They are similar and identical, but the new one contains everything you wanted to hide. Even the image properties remain same.

No one will ever know that it's not just an ordinary image.

Note that the image size will increase by some ratio depending on the information you hide.

How to access/extract the hidden information?

You can access the information using any zip extractor. The most popular ones are WinRAR and 7zip.

Right click on the new image file created and then select Open with WinRAR or Open with 7 zip or any other zip extracting program on your system.

If you can't find the option then go to your zip extractor program and open the image manually inside it.

License

This project is licensed under the Apache-2.0 License. See the LICENSE file for details.