@richmonkeys/aes-256-gcm
v1.1.2
Published
Node.js aes-256-gcm encryption and decryption implementations with some quality-of-life options.
Downloads
94
Maintainers
Readme
aes-256-gcm
Node.js aes-256-gcm encryption and decryption implementations with some quality-of-life options.
Installation
npm install node-aes-gcm
Usage
import { encrypt, decrypt } from '@richmonkeys/aes-256-gcm'
const encrypted = encrypt('super secret', 'my-secret-password-key')