Skip to content

Simple implementation of One Time Pad cipher. Capable of generating cryptographically strong random number keys and of usign them to encrypt/decrypt messages of same length with a bitwise XOR function.

Notifications You must be signed in to change notification settings

seppiola/onetimebluh

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 

Repository files navigation

Onetimebluh

Simple implementation of One Time Pad cipher. Capable of generating cryptographically strong random number keys and of usign them to encrypt/decrypt messages of same length with a bitwise XOR function.

The code is not currently on github. You can find the repository at https://git.eigenlab.org/seppia/onetimebluh.

About

Simple implementation of One Time Pad cipher. Capable of generating cryptographically strong random number keys and of usign them to encrypt/decrypt messages of same length with a bitwise XOR function.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published