Module vault

Module vault 

Source
Expand description

Cryptographic utilities for client-side encryption.

Functionsยง

decrypt
Decrypts a hex-encoded ciphertext string using AES-256-GCM and a 32-byte key.
encrypt
Encrypts a plaintext string using AES-256-GCM and a 32-byte key.