← home

client side · AES-GCM · no server plaintext

encrypted messenger

Compose sealed notes in the browser. The passphrase never leaves this page; ciphertext can be copied into any channel and reopened here.

seal a message

open a message

format

{
  "v": 1,
  "kdf": "PBKDF2-SHA256",
  "iterations": 250000,
  "cipher": "AES-GCM",
  "salt": "base64",
  "iv": "base64",
  "data": "base64"
}