Secure secret sharing for teams

Encryption Technology

Deep dives into zero-knowledge encryption, cryptographic principles, and advanced security technologies.

AES-256-GCM in the Browser for Zero-Knowledge Secret Sharing (2026)
How AES-256-GCM via the Web Crypto API powers zero-knowledge one-time secret sharing: IV rules, fragment keys, ciphertext-only servers, and honest browser limits.
Read more
URL Fragment Encryption Keys Explained (RFC 9110 & Zero-Knowledge)
Why zero-knowledge secret tools put the decryption key after # in the URL. RFC 9110 fragment behavior, bearer-URL limits, and referrer/analytics caveats.
Read more
Self-Host OneTimeSecret ≠ Zero-Knowledge (Honest 2026 Answer)
Self-hosting OneTimeSecret moves trust to your server — it does not make server-side encryption zero-knowledge. Client-side vs self-host cutover with honest limits.
Read more
What Is Zero-Knowledge Encryption? A Complete Guide for 2026
Zero-knowledge encryption means the provider stores ciphertext it cannot decrypt. How it differs from E2EE and zero-knowledge proofs, plus URL-fragment secret sharing.
Read more
VanishingVault vs OneTimeSecret: Privacy-First vs Traditional Secret Sharing in 2026
OneTimeSecret documents server-side encryption; VanishingVault uses client-side AES-256-GCM with a URL-fragment key. DevTools check, phishing clones, self-host ≠ ZK.
Read more
Zero-Knowledge vs End-to-End Encryption: What's the Difference in 2026?
ZK vs E2EE vs encryption-at-rest: who holds the keys, what providers can read, subpoena nuance, and how URL-fragment secret sharing fits.
Read more
How We Built Zero-Knowledge Secret Sharing on Cloudflare Workers (Not Secrets Store)
Cloudflare Secrets Store holds Worker config secrets — different job from a ZK one-time link tool. AES-256-GCM in the browser, URL-fragment keys, Workers + KV burn-after-read, and threat model.
Read more
Why Zero-Knowledge Architecture Should Be the Default
Why client-side encryption and URL-fragment keys are the default for one-time secret sharing — plus honest limits (browser trust, bearer URLs).
Read more