Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 184 Bytes

README.md

File metadata and controls

11 lines (8 loc) · 184 Bytes

Onetime

var pad = "sjsaifwefwefiuwehfwiefjnweifuwehf";

var encrypted = encrypt("Hello, there.", pad);
// => "ZN4LWDTXM1VJH"

decrypt(encrypted, pad);
// => "HELLO, THERE."