Skip to content

mikeTowle/pad-encryption

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

pad-encryption

One Time Pad (OTP) encryption, when implemented properly, cannot be hacked by cryptanalysis. This method uses the clear text (message to be encrypted),a random key of characters (the same size of the clear text) and the exclusive OR (XOR) operator.

About

One Time Pad Encryption implementation

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages