Is zero-knowledge storage suitable for privileged client documents?
+
It is the closest technical match to the duty of confidentiality: the provider has no ability to read the material, so the set of people who can read it is exactly the set you granted. You should still apply your jurisdiction's rules on client consent and cloud use.
Can we prove who accessed a document?
+
Yes. Access events, link creation, link use and membership changes are recorded in an append-only trail you can export, without recording document contents.
Can clients receive files without creating an account?
+
Yes. A protected link carries the decryption material in the URL fragment, which is never sent to our servers, and is additionally locked behind a passphrase you communicate separately.
How large can discovery bundles be?
+
Uploads are chunked, resumable and verified, so multi-gigabyte bundles survive a dropped connection or a closed laptop without restarting from zero.
Can DRIVUNO read our documents or messages?
+
No. Everything is encrypted on the device before it is uploaded, with XChaCha20-Poly1305, using keys derived locally with Argon2id and wrapped per member with X25519. Our servers hold ciphertext and sealed key envelopes, so there is no admin view, no support tool and no classifier that can reach your content.
Do we need an IT team to deploy it?
+
No. There is nothing to self-host and no key server to operate. You create an account, invite colleagues and clients by email, and the encryption happens transparently in the browser, desktop and mobile apps.
What certifications do you hold today?
+
We do not currently hold SOC 2 or ISO 27001 certification, and we say so publicly rather than implying otherwise. Our compliance page documents where we are, what is in progress, and what is planned. What we can demonstrate today is the architecture itself: client-side encryption, per-member key envelopes and an append-only audit trail.
What happens if someone leaves the firm?
+
Removing a member revokes access and rotates the remaining key envelopes, so an old copy of a key stops opening anything new. Every membership change, share creation and revocation is written to an append-only log.
What if a user loses their password?
+
Because we cannot read your data, we cannot reset it for you. Each account creates a Recovery Kit — a printable PDF with a QR code — to be stored offline. That is the same property that stops anyone else, including us, from reading the account.
Is there a free plan to evaluate it?
+
Yes. The free plan includes 1 GB with exactly the same zero-knowledge architecture as paid plans, so you can validate a real client workflow before committing.