Skip to content

vatsyashh/Stagnography

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Steganography

  • Steganography is a technique to hide data behind a multimedia file(like images, videos or audio files).

In this project we try to make a safer communication algo in which we use a secret text message(text.txt) to encrpt using RSA and an image(img.png) to work as cover to hide the encrypted data behind the image.

How to use:

  • Run code.py. you will see a UI.
  • For encryption select an image to be used as cover and a text message to hide.
  • Encryption will save an encrpted_image.png file with hidden data in the directory.
  • For decryption selected the encrypted_image.png and you will get the hidden text message back.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Python 100.0%