Helper library for easy AES encrypt/decrypt, hashing and secure random string generation built on top of Node.js built-in crypto module
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
None
ISC