Encrypt and decrypt your photos using a CLI tool, to make sure that no one sees your peppers.
The source code for the program in crypto.c has the following features:
- encrypt and decrypt an image, using a secret key(composed of two values)
- show the results of the CHI-SQUARED test of the plain image and encrypted image
- help option
To build use:
make install

