Erseni Vault is the GDPR-compliant, EU-hosted zero-knowledge tool for law firms: you request credentials and confidential documents through a secure link, the client uploads them, you retrieve them once. Then the link is dead, and nothing is ever stored in plaintext on the server.
Every project starts the same way: you need access, and the client sends it the fastest way they know.
Legal privilege does not stop at the outbox. Yet powers of attorney, ID copies, draft contracts and portal logins go out as unencrypted email attachments every day, often to several recipients, often to the wrong one. Those messages then sit in inboxes and on personal devices forever, entirely outside your control. A single misdirected attachment is not merely embarrassing, it is a breach of your duty of confidentiality and of the GDPR, carrying fines and liability for the firm.
Three steps, no account needed on the client side.
Define which credentials you need (client portals, court filing systems, authority logins) and send the client a single link. Your browser generates the key pair; the private key never leaves your device.
The client opens the link and fills in the fields. Everything is encrypted in their browser against your public key before it is sent. The server only ever sees ciphertext.
You retrieve the credentials a single time and decrypt them locally. Afterwards the payload is deleted on the server and the link is dead. Nothing is left in an inbox.
Zero knowledge is not a promise here, it is the architecture, and the source code is public.
Encryption and decryption happen in the browser (AES-GCM-256, X25519). We store ciphertext and metadata, never the key, never the plaintext.
Data minimisation, one-time reads, short retention. Credentials that no longer exist on any server cannot leak in a breach, which makes your processor duties a lot easier.
Servers and backups stay inside the European Union. No transfer to third countries, no US cloud provider in the request path.
Set up your agency account in under a minute and send the first request link right away. Your clients do not need an account.
Free tier, no credit card, no sales call.