Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/rahulrathore44/stegnographyinimages

Steganography is the practice of concealing a file, message, image, or video within another file, message, image, or video. The word steganography combines the Greek words steganos, meaning "covered, concealed, or protected", and graphein meaning "writing"
https://github.com/rahulrathore44/stegnographyinimages

decryption encryption steganography steganography-algorithms steganography-combines

Last synced: 1 day ago
JSON representation

Steganography is the practice of concealing a file, message, image, or video within another file, message, image, or video. The word steganography combines the Greek words steganos, meaning "covered, concealed, or protected", and graphein meaning "writing"

Awesome Lists containing this project

README

        

# DESCRIPTION

Steganography is the practice of concealing a file, message, image, or video within another file, message, image, or video. The word steganography combines the Greek words steganos, meaning "covered, concealed, or protected", and graphein meaning "writing!"

# REQUIREMENTS

* JDK 1.7

# COMMAND LINE

Encryption

* java -jar BMPStegano.1.0.0.jar "" ""

Decryption

* java -jar BMPStegano.1.0.0.jar ""

# IMPORT JAR

Encryption

* EncryptMainClass.EncryptDataToImage("","")

Decryption

* DecryptMainClass.DecryptDataFromImg("")