cool-cipher-ouioui
v1.5.0
Published
encode or decode words
Downloads
4
Readme
const { encode, decode } = require('cool-cipher-ouioui');
console.log(encode("wow","test"));
console.log(decode("wow", "scrs"));
The first input is the key and the second is your message