Image Steganography

June 21, 2021 - Aug. 6, 2021

Technologies Used

Python, OpenCV2, Twofish, numpy

Lines of Code

513

Description

This Python program offers a versatile set of functions for steganography, encryption, and image manipulation. It supports various modes, including simple embedding and extraction of messages in images, Twofish encryption with key generation, and even embedding one image within another. The program provides flexibility for users to interact with images and data securely.

URLs

Code (GitHub): https://github.com/Yogi-Patel/Image-Steganography

All Commands
Simple Embed
Simple Extract
Embed with Twofish Encryption
Extract Twofish Encrypted Message
Embed Using Twofish Encryption With Custom Key
Extract Twofish Custom Key Encrypted Message
Embed an Image Inside Another Image
Extract an Image Hidden Inside Another Image