cryptograph
v0.1.1
Published
A simple text encode-decode script
Downloads
2
Maintainers
Readme
Cryptograph
A simple text encode/decode script
Installation
npm install cryptograph --save
Usage
var cryptograph = require('../index'),
encode = cryptograph.encode,
decode = cryptograph.decode;
encode("this is not encoded text");
decode("nrzj zj mhn dmwhpdp ndvn");
Tests
npm test
Contributing
Pull requests welcome.
Release History
- 0.1.0 Initial release