Image encryption script used to show the difference between the two algorithms ECB and CBC.
$ cipher.py -i apple.jpg
$ cipher.py -i cat.jpg
$ cipher.py -i moon.jpg
Image encryption script used to show the difference between the two algorithms ECB and CBC.
Python