https://github.com/parasjain-12/steganography
This program will hide text in png imagesand unhide text.
https://github.com/parasjain-12/steganography
Last synced: 11 months ago
JSON representation
This program will hide text in png imagesand unhide text.
- Host: GitHub
- URL: https://github.com/parasjain-12/steganography
- Owner: parasjain-12
- Created: 2018-02-06T07:33:37.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-02-06T08:44:12.000Z (over 8 years ago)
- Last Synced: 2025-04-06T14:45:56.775Z (about 1 year ago)
- Language: Python
- Size: 11.7 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Steganography
This program will hide text in png imagesand unhide text.
To hide text in image from terminal :
```
python3 main.py hide_text 'message to hide' inputImageName.png OutputImageName.png
```
To unhide text in Image from terminal:
```
python3 main.py unhide_text OutputImageName.png
>>> message to hide
```
## If you want to hide text in jpg
* Step1 : use jpgtopdf.py to convert jpg to png
* Step2: use that png file to hide text
* Step 3: again convert it back to jpg