Cipher — E2E encrypted messenger (Signal Protocol) on Cloudflare
Find a file
maverick 372a77754a Fix PBKDF2 iteration cap (Workers max 100k), add custom domain + error handler
- PBKDF2 iterations 210k->100k (Cloudflare WebCrypto hard limit; miniflare didn't enforce)
- Add cipher.theradicalparty.com custom domain route
- Add onError handler
- Verified live: E2E delivery + offline store-and-forward both working

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
2026-07-22 02:04:40 +10:00
migrations Cipher: E2E encrypted messenger scaffold (Signal Protocol + Cloudflare) 2026-07-22 01:56:59 +10:00
public Cipher: E2E encrypted messenger scaffold (Signal Protocol + Cloudflare) 2026-07-22 01:56:59 +10:00
src Fix PBKDF2 iteration cap (Workers max 100k), add custom domain + error handler 2026-07-22 02:04:40 +10:00
.gitignore Cipher: E2E encrypted messenger scaffold (Signal Protocol + Cloudflare) 2026-07-22 01:56:59 +10:00
package-lock.json Cipher: E2E encrypted messenger scaffold (Signal Protocol + Cloudflare) 2026-07-22 01:56:59 +10:00
package.json Cipher: E2E encrypted messenger scaffold (Signal Protocol + Cloudflare) 2026-07-22 01:56:59 +10:00
wrangler.jsonc Fix PBKDF2 iteration cap (Workers max 100k), add custom domain + error handler 2026-07-22 02:04:40 +10:00