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: 20 days 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"
- Host: GitHub
- URL: https://github.com/rahulrathore44/stegnographyinimages
- Owner: rahulrathore44
- Created: 2015-06-01T15:54:54.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2015-06-27T16:14:07.000Z (almost 10 years ago)
- Last Synced: 2025-03-23T10:51:10.924Z (about 1 month ago)
- Topics: decryption, encryption, steganography, steganography-algorithms, steganography-combines
- Language: Java
- Homepage: https://www.youtube.com/watch?v=bDB0qi_1QMA
- Size: 194 KB
- Stars: 4
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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 JAREncryption
* EncryptMainClass.EncryptDataToImage("","")
Decryption* DecryptMainClass.DecryptDataFromImg("")