@richmonkeys/aes-256-gcm

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

Usage no npm install needed!

<script type="module">
  import richmonkeysAes256Gcm from 'https://cdn.skypack.dev/@richmonkeys/aes-256-gcm';
</script>

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