1.5.0 • Published 2 years ago
cool-cipher-ouioui v1.5.0
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
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