Skip to content

Converts text into an image using a specific encryption method, which can then be decrypted on any device using the same encryption parameters.

Notifications You must be signed in to change notification settings

Jkdxbns/Image-Steganography

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Image Steganography Library

A simple Python library for encoding and decoding hidden messages in images using steganography.

Features

  • Embed text messages in PNG images.
  • Extract hidden messages from steganographed images.

Usage

  1. Download the library using any methods listed below
  2. Open terminal on your device and run the below script from imgsteg import Encrypt
  3. This will prompt you to enter a password
  4. Enter the text once it is done it will output a unique number which is the public key to be used while decrypting the text.
  5. Select the image to be encrypted and then save the encrypted image using .png extention
  6. Executing from imgsteg import Decrypt on terminal will result in prompting you to select the encrypted image
  7. Enter the password entered during encryption and the public key displayed during encryption
  8. The output will be displayed in the terminal itself

Installation

GitHub: git clone https://github.com/Jkdxbns/Image-Steganography.git PyPI: pip install ImageSteganography

About

Converts text into an image using a specific encryption method, which can then be decrypted on any device using the same encryption parameters.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages