The do all steganography application.:grin:
Formats Supported-
- Images
- Audio
- Text
This is an important application especially in today's world.
We need to hide the messages rather than only encrypting them.
- Hide your private messages in images, audio & text files.
- Forgot password in case you forget.
(Click on small drop down in the main window to know more) - Access info about any button just by hovering on it.
All modules are standard modules of python. Use the main.py
.
Rest the GUI is quite explanatory so hope you don't have any problem using this.
In audio steganography only .wav
files are supported presently. In images all formats are supported.
- Enabling encryption of data
# Your global Python installation needs to have pipenv
pip install pipenv
# Change directories into the project
cd Steno
# [developer only] If you are developer you need to install dependencies for dev
pipenv install --dev
# If you're not a developer just install required dependencies like this
pipenv install
# Activate the Pipenv shell (aka tell your terminal/whatever to use dependencies from the env in this project)
pipenv shell
# Start the program
python -m main.py
If you are getting confused between Steganography & Cryptography. Then see this -
Steganography is “the act of writing in code or cipher.” Deep steganography often refers to hiding a message in plain sight, typically in a digital image.
Knowledge fact: Jeff Bezos's mobile was hacked by hiding malicious code in a media file which on getting downloaded sent the host device's control to the hacker. Fun fact: There's even rumor that Leonardo Da Vinci used steganography to embed a hidden message into the “Last Supper” art piece. During World War II, photosensitive glass was used to exchange hidden images and words between allied armies.