First run
1
Sign in
Sign in with your Mauvely account at cloud.mauvely.com. Cloud
shares its sign-in with mauvely.com, so if you are already signed in there, you are signed in
here.
2
Create your vault
Cloud derives a key from your account password, inside your browser, and uses it to protect
a newly generated master key. Your password itself is never sent anywhere in a form that could
reproduce this key.
3
Save your recovery phrase
You are shown 24 words. This is the second, independent way into your vault. Write it down
on paper, or put it in a password manager — anywhere you would still have it if this computer
were lost.Cloud then asks you to confirm a few of the words. It keeps prompting until you do.
Your password and your recovery phrase
They are peers. Two independent wrappings of the same master key:- Either one opens your vault.
- Neither reveals the other.
- Losing your password costs nothing if you have the phrase.
- Losing the phrase costs nothing if you know the password.
- Losing both is unrecoverable.
Unlocking on another browser
Sign in, then supply either your password or your 24-word phrase. Cloud rebuilds your keys locally and the vault opens. You can do this on as many browsers and devices as you like. Nothing is tied to one machine.The 24 words come from the BIP-39 wordlist, which is designed so that no two words share their
first four letters and a mistyped or transposed word is caught before you are told the phrase is
wrong.It is not a cryptocurrency wallet phrase and cannot be used as one — Cloud does not use
BIP-39’s key derivation, only its wordlist and checksum.
Trusting a device
By default your keys live only in the memory of the current tab, and you are asked for your password again next time. Trust this device keeps the key in the browser’s own key storage in a form that scripts cannot read back — the browser can use it to decrypt, but nothing can copy it out. Keys are never put inlocalStorage or sessionStorage, which hold plain strings that one line of injected script could
steal.
Only do this on a machine you control.