Skip to content

A clean and well-documented one time pad written in JavaScript for NodeJS. It encrypts characters A-Z using a randomly-generated cipher key. Cloned from https://gitlab.teddybear.pro/TeddyBearX/one-time-pad

Notifications You must be signed in to change notification settings

timurtripp/one-time-pad

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 

Repository files navigation

One Time Pad

A clean and well-documented one time pad written in JavaScript for NodeJS. It encrypts characters A-Z using a randomly-generated cipher key.

To run: node otp.js

If you enter the plaintext HELLO WORLD! a possible ciphertext (of course based upon a random key) would be XVUBX UWHVR!

About

A clean and well-documented one time pad written in JavaScript for NodeJS. It encrypts characters A-Z using a randomly-generated cipher key. Cloned from https://gitlab.teddybear.pro/TeddyBearX/one-time-pad

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published