string-crypt

0.0.1 • Public • Published

string-crypt

Encrypts string with a given secret key

Installation

  npm install --save string-crypt

Usage

var stringCrypt = require('string-crypt')

var myEncryptedString = stringCrypt('STRING', 'mySecretKey')

Credits

Adam Duncan follow me on twitter @microadam

Licence

Licensed under the New BSD License

Readme

Keywords

none

Package Sidebar

Install

npm i string-crypt

Weekly Downloads

2

Version

0.0.1

License

none

Last publish

Collaborators

  • microadam