Account Recovery #500
Jack-Edwards
started this conversation in
Knowledge
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Account Recovery
Users with a verified email address have the ability to perform an account recovery. This process allows the user to set a new password and potentially recovery their encrypted data.
Here are the steps to perform an account recovery:
Recovery Keys
Recovery keys contain two pieces of information:
If a valid recovery key is provided during account recovery, the Crypter client can re-encrypt the user's master key using their new password and submit the re-encrypted master key and the existing "proof" to the API. The "proof" in the recovery request must match the "proof" stored in the Crypter cloud for the recovery request to be accepted.
Note, recovery keys may not be re-used. A new "proof" is generated each time an encrypted master key is uploaded or replaced.
Beta Was this translation helpful? Give feedback.
All reactions