A trivial way to encode messages in Images
- python3
- matplotlib
- PIL
- numpy
- bitstring
Use the encryption script to create an image with your message encoded in it
python3 encrypt.py -i <image-file> -t <text-message>
Use the decryption script to print out the encrypted message in your image
python3 decrypt.py -i <encrypted-image-file>