Skip to content

Files

Latest commit

b25cef2 · Jun 15, 2017

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."