Skip to content

ldgarratt/ecb_art

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

ECB art

It is well known among cryptographers that ECB mode is insecure. The most famous demonstration of this is the ECB penguin. This is a simple script to produce your own ECB art using a .ppm image and a key of your choosing. Note: it only works well with images with repeating patterns such as simple digital images without a rich colour palette.

Usage:

./encrypt.sh Tux.ppm my_secret_key
open ecb_encrypted_art_Tux.ppm

About

Create art using ECB encryption mode

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages