Skip to content

This repository is a part of our course project . It performs audio, image and text steganography. Used python and tkinter to demonstrate it.

Notifications You must be signed in to change notification settings

pooja-thalur/steganography

Repository files navigation

Steganography software:

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.

Features

  • 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.

Other Notes

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.

Roadmap

  • Enabling encryption of data

Installation Instruction

# 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

Steganography is not Cryptography ! 😕

If you are getting confused between Steganography & Cryptography. Then see this -

Steganography

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.

About

This repository is a part of our course project . It performs audio, image and text steganography. Used python and tkinter to demonstrate it.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published