With a named person
They need a Mauvely account with a Cloud vault. The key is wrapped so only they can open it.
By link
Anyone with the URL. Optionally protected by a password, an expiry date and a download cap.
Sharing the same folder with five people works, but if a team needs a shared place to work
rather than a folder to read, a workspace is the better shape — it has its
own storage allowance and its own chat, and members are managed in one list rather than per
folder.
Sharing with a named person
Enter their email address and choose a role. Your browser wraps the item’s key to their public key, so only their private key can open it. The server sees only the wrapped result.Roles
If they have no vault yet
You can still invite someone who has never opened Cloud. The invitation is recorded and they are shown as invited, but nothing is readable to them until they set up a vault — there is no public key to wrap the file’s key to yet. Once they do, the share completes. They receive an email invitation. Accepting adds the item to their Shared with me.Fingerprints
The share dialog shows the recipient’s key fingerprint, and pins it at the moment you share. If their key later changes, Cloud says so loudly — their encryption key changed since you shared this. Investigate before dismissing it. This is the mechanism that makes a substituted key detectable; see Security for what it does and does not prove.Sharing by link
A share link carries a secret in the part of the URL after the#. Browsers never transmit that
part — not in the request, not in a referrer header, not in any server log. The server can serve
the file without ever being able to read it.
Options
Cloud suggests a strong password for you. All the options are editable after the fact.
About the password
It is enforced twice, independently:- The password is folded into the key that unwraps the file, so the encrypted data is useless without it even to someone holding the entire URL.
- Separately, the server checks a verifier before it hands out anything at all, so an anonymous caller never receives material to attack offline.