Is the passphrase the same as the encryption key?
+
No. The passphrase participates in deriving key material through Argon2id; it is not stored, and it is not an access check performed by a server on a readable file.
Why does the key go in the URL fragment?
+
Because browsers never send the fragment to the server. The recipient's browser uses it locally to decrypt, so the operator never sees it.
Can DRIVUNO read the files I transfer?
+
No. Files are encrypted on your device with XChaCha20-Poly1305 before the upload starts, using keys derived locally with Argon2id. Our servers hold ciphertext only, so there is no preview, no scanning and no staff view of your transfer.
Does the recipient need an account?
+
No. They open the link in any browser, type the passphrase you shared separately, and the file is decrypted locally on their machine. Nothing to install, nothing to sign up for.
How long do share links last?
+
Public share links always expire within 24 hours at most, and you can make them shorter, limit the number of views, or revoke them instantly. Expiry is enforced by the system, not by a reminder.
How big can a transfer be?
+
Uploads are chunked, resumable and verified after upload, so multi-gigabyte transfers survive a dropped connection, a closed laptop or a hotel network. You resume instead of starting again.
Is there a free plan?
+
Yes. The free plan includes 1 GB with exactly the same zero-knowledge architecture as paid plans, so you can test a real client hand-off before paying anything.
What happens if I lose my 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 store offline. That is the same property that keeps anyone else, including us, out of your account.