LastPass advertises that they do local encryption of passwords before they are transferred and stored on their website. However, when I log in with my past password, I can access all my passwords in clear text there. Doesn't this imply that they also have access to all my passwords? How can I verify that they do not have access to my passwords?
|
migrated from superuser.com Jan 16 '11 at 15:21
Source: http://lastpass.com/help.php?topic=whysafe&nw=1&fromwebsite=1 In other words, your computer encrypts your passwords with your email and master password and sends that data to Lastpass. When you authenticate with your master password at Lastpass.com, Lastpass.com returns all your encrypted passwords, which are decrypted locally on your computer with your email and master password. Every communication happens over SSL, so anything intercepted is doubly useless (since everything is encrypted with not just the SSL keys but with your email and master password). The best way to ensure this is to set up a script to monitor network activity and see if anything that is decrypted (including the master password) goes to lastpass.com. Based on what I've seen on forums, it seems other users have done this and found nothing suspicious. |
|||||
|
|
I just verified what waiwai said, and only a hash was transmitted to the lastpass server, and only encrypted passwords were returned. It looks like a key derived and stored in local storage. To steal your master password, a vulnerability or compromise of the server would (or at least should) be needed for someone to modify the way the application behaves. My opinion is that lastpass is safe for normal web usage, but should not be used for high-value targets that skilled attackers may be after. |
|||
|
|