Skip to content
/ jjcrypt Public

An extremely simple one-time-pad encryption system.

License

Notifications You must be signed in to change notification settings

sorenr/jjcrypt

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

An extremely simple one-time-pad encryption system.

Generate one-time-pad: otp_gen.py [chars required] > otp.txt

Encrypt: otp_crypt.py -c otp.txt PLAINTEXT

Decrypt: otp_crypt.py -d otp.txt CRYPTEXT

About

An extremely simple one-time-pad encryption system.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages