Skip to content

Steganography tool with AES encryption support. It creates two images: one is the key, and the other is the steganography of that key. It is used to secure, hide, and encrypt passwords in randomly generated images.

License

Notifications You must be signed in to change notification settings

devklmnt/Stegator

Repository files navigation

Stegator

Steganography Tool for Python

Install Python Dependencies

pip install -r requirements.txt

Stegator Help

python stegator.py -h

        ███████╗████████╗███████╗ ██████╗  █████╗ ████████╗ ██████╗ ██████╗ 
        ██╔════╝╚══██╔══╝██╔════╝██╔════╝ ██╔══██╗╚══██╔══╝██╔═══██╗██╔══██╗
        ███████╗   ██║   █████╗  ██║  ███╗███████║   ██║   ██║   ██║██████╔╝
        ╚════██║   ██║   ██╔══╝  ██║   ██║██╔══██║   ██║   ██║   ██║██╔══██╗
        ███████║   ██║   ███████╗╚██████╔╝██║  ██║   ██║   ╚██████╔╝██║  ██║
        ╚══════╝   ╚═╝   ╚══════╝ ╚═════╝ ╚═╝  ╚═╝   ╚═╝    ╚═════╝ ╚═╝  ╚═╝

                                        v0.1
                                Steganography Tool 

Encode Authomatic           python stegator.py -e 
Decode Message              python stegator.py -d filename
Open This Help              python stegator.py -h

Encode message

Run the following command in your bash

python stegator.py -e

Stegator will asks for a text to encode and the basic filename. in this case test.file

Enter the text to encode: 
Enter the filename: test.file

Stegator will generate two .png files in the directory, one image will be the key generated automatically and the other will be the steganography of that image.

k.test.file.png
s.test.file.png

by Default Stegator will generate a 64x64 pixel image.

example

Decode message

Run the following command to decode message

python stegator.py -d test.file

It will show the message hidden in the images

About

Steganography tool with AES encryption support. It creates two images: one is the key, and the other is the steganography of that key. It is used to secure, hide, and encrypt passwords in randomly generated images.

Topics

Resources

License

Stars

Watchers

Forks

Languages