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