0.1.1 • Published 9 years ago

cryptograph v0.1.1

Weekly downloads
5
License
MIT
Repository
github
Last release
9 years ago

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