Simple Browser Message Encryption

Encrypt and decrypt messages using AES-GCM-256.

The encryption and decryption process happens in your browser. No data is sent or stored anywhere.

Each time you encrypt, a different encrypted cipher is generated.

All of this uses open web browser APIs, also available on Deno.