Why We Built Collectorista with Zero-Knowledge Encryption
Every collection management platform on the market today can read your data. We didn't think that was acceptable for a platform handling information about collections worth six, seven, or eight figures.
Every collection management platform on the market today can read your data. Artwork Archive, ArtBinder, Collectrium — they all encrypt data in transit and at rest, but they hold the decryption keys. This means their employees, a subpoenaed server, or a data breach could expose your entire collection.
We didn't think that was acceptable for a platform handling information about collections worth six, seven, or eight figures.
Collectorista uses client-side encryption: your data is encrypted in your browser using AES-256-GCM before it ever reaches our servers. The encryption key is derived locally from your master password using PBKDF2. We never see your password. We never see your key. We never see your data in plaintext.
This isn't new cryptography — it's the same model used by Bitwarden, ProtonMail, and Standard Notes. What's new is applying it to collection management.
What this means in practice:
- If our servers are breached, attackers get ciphertext — useless without your key
- We cannot comply with a data request for your collection details because we don't have them
- No Collectorista employee can browse your holdings, even with database access
What this costs you:
- You must remember your master password. We cannot reset it.
- Server-side search requires blind indexing, which is slightly less flexible than plaintext search
- Sharing with team members requires key exchange, adding a step to the invitation flow
We believe this tradeoff is correct for our users.