Skip to content

This Project is all about Steganography combined with AES encryption. You can use the scirpt for encoding/decoding secret messages inside images with a use of a secret key.

Notifications You must be signed in to change notification settings

dsccvrgu/StegApp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation


StegApp

A python based script for Steganography with AES Encryption.

ss

Table of Contents
  1. About The Project
  2. Getting Started
  3. Reporting Issues
  4. Links
  5. Limitation
  6. Contributing
  7. Contact

About The Project

This Project is all about Steganography combined with AES encryption. Steganography is the technique of hiding secret data within an ordinary, non-secret, file or message in order to avoid detection; the secret data is then extracted at its destination. The use of steganography can be combined with encryption as an extra step for hiding or protecting data.

Getting Started

You can use the scirpt for encoding/decoding secret messages inside images with a use of a secret key.

Prerequisites

These are the things you need to perform in order to use it.
Install :

Cloning

  1. Open terminal
  2. Go to your desired directory
  3. Clone the repo
    git clone https://github.com/dsccvrgu/StegApp.git
  4. Get into the directory
    cd StegApp
  5. Install the requirements
    pip install -r requirements.txt

Run

  python3 app.py

Reporting Issues

If you think you've found a bug, or something isn't behaving the way you think it should, please raise an issue on GitHub.

Links

Limitation

  • Encrypted image can only saved to .png

Contributing

Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make is highly appreciated.

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/NewFeature)
  3. Commit your Changes (git commit -m 'Add some NewFeature')
  4. Push to the Branch (git push origin feature/NewFeature)
  5. Open a Pull Request

Contact

Your Name - Subhajit Sahana - sahanasubhojit@gmail.com

Project Link: https://github.com/0xr4Gn4R/StegApp

THIS IS ONLY FOR EDUCATIONAL PURPOSES!

About

This Project is all about Steganography combined with AES encryption. You can use the scirpt for encoding/decoding secret messages inside images with a use of a secret key.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages