https://github.com/yashkarthik/steno_hide_text
Hide text in an image with steganography.
https://github.com/yashkarthik/steno_hide_text
cryptography image-manipulation python steganography
Last synced: 2 months ago
JSON representation
Hide text in an image with steganography.
- Host: GitHub
- URL: https://github.com/yashkarthik/steno_hide_text
- Owner: YashKarthik
- Created: 2020-05-31T17:03:22.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2020-05-31T17:04:13.000Z (almost 5 years ago)
- Last Synced: 2024-12-31T15:15:20.435Z (4 months ago)
- Topics: cryptography, image-manipulation, python, steganography
- Language: Python
- Homepage:
- Size: 776 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Stenography using Python
#### Text steganography is a mechanism of hiding secret text message inside another text or image using the image as cover.
### Files:
1)steno.py:python script to hide text in another image OR decode another stenographed image
2)stenoIMG.png:image in which is used as cover.
3)Out.png:image output after the text is covered.
### Usage:
#### Run it through your IDE and then:It will ask you whether you wanna encode or decode.
●If you chose encode it'll ask you for the file to use as cover.
1)Then it'll ask for text to encode.
2)It'll ask you for the name of the file which'll have the encoded text.
3)The output file will look ditto same but it'll have the encoded text.
●If you chose decode:
1)It'll ask for the stenoghraphed file.
2)It'll decode the file and print the text in the terminal.
### User Input:
1)Choice of encoding / decoding.
2)Text to encode.
3)Names of files.