3 ms·
When you email a token, you're back to square 1 and will need 2 factor auth. In addition the reset password is not possible when the data is encrypted on the c
by CCs 11y ago
When you email a token, you're back to square 1 and will need 2 factor auth.
In addition the reset password is not possible when the data is encrypted on the client side. This is how TrueCrypt works - if you forget the password, all your data is lost.
- DasIch 11y agoData isn't encrypted on the client side only the "password" is.
- CCs 11y agoData encryption on the client side is one of the 5 features. See https://github.com/rahvee/CBcrypt https://github.com/rahvee/CBcrypt and the "Tech Details Video". "Users are able to login to servers, and encrypt all their data, without ever exposing their password or encryption keys to the server." "And if the user's data on the compromised server is encrypted using the user's keypair, then even the users' data is still protected."