A simple text encode/decode script
npm install cryptograph --save
var cryptograph = require('../index'),
encode = cryptograph.encode,
decode = cryptograph.decode;
encode("this is not encoded text");
decode("nrzj zj mhn dmwhpdp ndvn");
npm test
Pull requests welcome.
- 0.1.0 Initial release