cryptomatic
v1.1.1
Published
Helper library for easy AES encrypt/decrypt, hashing and secure random string generation built on top of Node.js built-in crypto module
Downloads
3
Readme
cryptomatic
Helper library for easy AES encrypt/decrypt, hashing and secure random string generation built on top of Node.js built-in crypto module
Installation
This is a Node.js module available through the
npm registry. It can be installed using the
npm
or
yarn
command line tools.
npm install cryptomatic --save
Dependencies
None
License
ISC