🔐 Gist Encryption

Encrypt text for secure sharing via GitHub Gists

Encrypt

✓ Encrypted!

1Save this key (you'll need it to decrypt)
2Create a GitHub Gist with this encrypted text
3Generate share URL after creating the gist
💡 The key is in the URL fragment (#key=...) so it never leaves the browser

Decrypt

✓ Decrypted!

✗ Decryption Failed

How it Works

Encryption: AES-256-GCM with random key generation
IV: Random 96-bit initialization vector (ensures unique encryption each time)
Security: All encryption happens in your browser - nothing is sent to any server