Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

string-crypt

microadam30.0.1

Encrypts string with a given secret key

readme

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