Skip to content

Node.js aes-256-gcm encryption and decryption implementations with some quality-of-life options.

License

Notifications You must be signed in to change notification settings

richmonkeys/aes-256-gcm

Repository files navigation

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')

About

Node.js aes-256-gcm encryption and decryption implementations with some quality-of-life options.

Resources

License

Stars

Watchers

Forks

Packages

No packages published