Easy encryption on top of the native nodejs crypto library
Install
npm i easy-encrypt
AES-256-CTR
const encrypt decrypt = const hw = console // 'hello world'
If you don't want to pass the password on each call:
const create = const encrypt decrypt = const hw = console // 'hello world'
To do
- Add rollup
- Tests
- Buffer and Streams
- AES-128-CTR