Skip to content

mikekauffman/cryptograph

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

A simple text encode-decode script

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published