Zero-knowledge architecture
Zero-knowledgeZero-knowledge means the service that stores your data has no knowledge of what that data actually is. Bizhub holds your encrypted blobs, but never the keys needed to make sense of them.
How we use it
- Encryption keys are derived in your browser from a 12-word recovery phrase that never reaches our servers.
- We persist only a bcrypt hash of that phrase to verify you — never the phrase itself.
- Every secret, file and folder name is stored as an opaque encrypted blob alongside its salt and IV.
- Account recovery cannot reveal your data: with no keys on file, even our own team can't decrypt it.
What this means for you: A breach of our infrastructure exposes unreadable ciphertext, not your secrets — and no insider, subpoena or mistake can hand over what we don't have.