@richmonkeys/aes-256-gcm
TypeScript icon, indicating that this package has built-in type declarations

1.1.2 • Public • Published

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

Package Sidebar

Install

npm i @richmonkeys/aes-256-gcm

Weekly Downloads

8

Version

1.1.2

License

MIT

Unpacked Size

27.6 kB

Total Files

10

Last publish

Collaborators

  • richmonkeys