Skip to content

dougalcom/otp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 

Repository files navigation

otp

One-time-pad (OTP) message encryption program written in Python.
This software will encrypt or decrypt a text message.
This software utilizes an encryption technique that, if used properly, cannot be cracked.

Use guide

  • The message and the key may only contain letters, numbers, spaces, periods, exclaimation marks, and question marks.
  • The key must be at least as long as the message.
  • If you don't have a key, the program will generate a random key.
  • The message will be converted to upper case.
  • Never transmit keys by the same method as the encrypted message.
  • Destroy key promptly after decoding.
  • Never re-use a key.

About

One-time-pad message encryption program

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages