Skip to content

Pipe programs through decrypt to make your boss think you are l33t

Notifications You must be signed in to change notification settings

guillehorno/decrypt

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 

Repository files navigation

Decrypt

This program takes over the screen, prints flickering random characters and slowly makes the piped content (or input file) visible. Effectively, it does what hackers on tv-shows have.

Examples

Do this for example: tree ~/Downloads | ./decrypt.py

or jp2a my_favourite_cat.jpg --term-width | ./decrypt.py

Use cases:

Recover some friend's hard drive (i.e.: he destroyed his mbr). After the "hard" work has been done, act like you are having a hard time and run some of his personal files through this program and ask if he recognizes the content.

Awesomeness guaranteed.

Remarks

Warning: keeps the entire input in memory and uses an O(n^2) algorithm. It is not efficient cpu/ram wise. Easy rewrite is possible but this is just for fun.

About

Pipe programs through decrypt to make your boss think you are l33t

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%