-
Notifications
You must be signed in to change notification settings - Fork 0
Commands
WireBits edited this page Sep 2, 2024
·
1 revision
- Encode the message in the image
python PixelGhost.py -e -i INPUT.png -m "PUT YOUR MESSAGE HERE" -o OUTPUT
- Encode the
.txtfile in the image
python PixelGhost.py -e -i INPUT.png -f FILE.txt -o OUTPUT
- Decode the message from the image without -s argument
python PixelGhost.py -d -i OUTPUT.png
- It show the hidden message on the console.
- When console is closed then the message disappeared.
- Decode the message from the image with -s argument
python PixelGhost.py -d -i OUTPUT.png -s OUTPUT_FILE
- It save the hidden message on the system in
.txtfile.
- INPUT with actual image name.
- PUT YOUR MESSAGE HERE with actual message.
- OUTPUT with actual modified image name.
-
FILE with actual
.txtfile name. - OUTPUT_FILE with actual hidden message file name.