Earlier quoted context omitted.
I was quite surprised to see your extension, it is very similar to my Easy Passwords extension in both concept and design. I've had a brief look at the source code and I guess that it was a completely unrelated development after all? Please increase the number of iterations, PBKDF2 with 8192 iterations is a very bad idea in year 2016. I would consider 100k iteration the lower limit, my Easy Passwords extension uses 2…
Hi Palant, I found your app in the comment today. So yes, LessPass was developed it independently. And yes we are working in a way to change the number of rounds of PBKDF2. https://github.com/lesspass/lesspass/issues/38 API already evolve ( https://github.com/lesspass/core/commit/70bebd5e5bcd0c9a32ac... ), we are updating the user interface.
LessPass: sync-less open source password manager
201–210 of 247 posts
Re: LessPass: sync-less open source password manager
#202What this seems to be, in essence: password = HMAC(key, website). Why this is bad, compared to an encrypted on-disk key store: 1. A password is now ciphertext, not a block of line noise. Every time you transmit it, you are giving away potential clues of use to an attacker. 2. The search space for possible passwords is bounded if you know the website. You are subject to key guessing attacks. If your key is short, pure…
You can't change your master password unless you go and change every single password you use.
You won't be able to use it on sites with abnormal password requirements (usually bad practices on the part of the site admins but that doesn't mean you can just ignore it).
Re: LessPass: sync-less open source password manager
#203Re: LessPass: sync-less open source password manager
#204Earlier quoted context omitted.
It's important to change your passwords at regular intervals, even if you use a secure one. If you compare this to two factor authentication it's the same amount of extra work, but without the benefits. You should also avoid copying passwords to the clipboard as many applications and even web sites might have access to it. Too bad client certifications are deprecated, now when SSL/TSL is becoming more and more popula…
There's also some privacy and UX concerns with client certs. See http://www.browserauth.net/tls-client-authentication Personally I'd love to see UAF or SQRL take off. Lots of potential there.
Re: LessPass: sync-less open source password manager
#205Nice idea and willing to try it, but.. "The requirement for self-hosting is to have docker and docker-compose installed on your machine." Fsck that. If I will trust this with my passwords, I need to know how to _really_ install it. I can't trust you if all you have to offer is a steaming pile of docker or your idea of how I should run my systems.
Re: LessPass: sync-less open source password manager
#206What this seems to be, in essence: password = HMAC(key, website). Why this is bad, compared to an encrypted on-disk key store: 1. A password is now ciphertext, not a block of line noise. Every time you transmit it, you are giving away potential clues of use to an attacker. 2. The search space for possible passwords is bounded if you know the website. You are subject to key guessing attacks. If your key is short, pure…
Additionally, You can't change your master password unless you go and change every single password you use. You won't be able to use it on sites with abnormal password requirements (usually bad practices on the part of the site admins but that doesn't mean you can just ignore it).
Re: LessPass: sync-less open source password manager
#2071) How do I change my master password? It appears that all generated passwords would change as well. Even master passwords should be expirable and changeable.
2) I don't just use a password manager to manage passwords. I use it to manage _credentials_. I have a ton of credentials, so I need something that will remember the _usernames_ for me as well. Otherwise I don't just have to memorize the master password - I also have to memorize the usernames for the hundreds of different logins I'm managing. That's a non-starter.
Re: LessPass: sync-less open source password manager
#208Earlier quoted context omitted.
I think these concerns are slightly misleading. 2., 3. and 4. boil down to 1. 1. is a problem. If one password is compromised it is possible to brute force the master password. This is mitigated by a key-derivation function. 2. is also mitigated by a key-derivation function. Also you still need to test the guesses, which requires knowing one password or trying to log into a website. The second option should be equiva…
You are assuming that the site is not evil.
Re: LessPass: sync-less open source password manager
#209Re: LessPass: sync-less open source password manager
#210Earlier quoted context omitted.
What's wrong with something like Lastpass?
Lastpass is something I have no control of. Leaks can happen (already have: https://blog.lastpass.com/2015/06/lastpass-security-notice.h... ). More importantly, DDoS can happen, and I will be out of access to everything.