Playing with cryptography, steganography (stenography is the short-hand), and other encoding tools.
I use this script:
# in this current directory
python steganography \
--visible-path .images/Forests.jpg \
--hidden-path .images/wildfire_768_60.jpg \
--steganograph-path .images/steganograph.png; # note: it has to be a png so the lesser-significant pixels do not get messed up.
to take my outwardly visible image:
and hide this image in the lesser-visible bits of the pixels:
to get:
Note the drop in quality, because the lower pixels are used to disguise the hidden image.
The interactive Wordle assistant uses human input and returns possible output words.
The output of the interactive Wordle assistant:
- Show the self-replicating source code in a demo