Earlier quoted context omitted.
Just so we're clear: your assertion is that because the password generator uses a non-cryptographically secure PRNG, generating unique 20+ character alphanumeric passwords for every login is worse than people's default behavior? I mean, I get that it's worse than other keepass implementations - that's obviously a problem - but if this gets people to stop using "hunter2" or "p4$$w0rd" that's got to be worth something,…
No, it's not worse for your scenario. (That wasn't my assertion) However, this is an alternative to KeePass/KeePassX, so the typical behavior of KeePass users is to generate passwords with it, not reuse bad passwords. For example, I use KeePassX to generate strong passwords for long-term encrypted archives, and if I switched to this app, I wouldn't get the same security. I'm confused, though, should I say: "All right…
KeeWeb: Unofficial KeePass web and desktop client
81–90 of 125 posts
Re: KeeWeb: Unofficial KeePass web and desktop client
#82Earlier quoted context omitted.
Cryptographic attacks become better, some of them become practical. RC4 attacks were not considered practical until recently, and now everyone runs with their heads on fire replacing it. The best answer is to listen to what security people say. When they have a practical attack on something it is already too late.
Security experts, by in large, only care about academics and care very little about usability, so I do not trust them unless they give me specific scenarios where I am in danger.
Re: KeeWeb: Unofficial KeePass web and desktop client
#83The title should probably be "KeyWeb - a KeePass Web and desktop client" to be clear that this is not the official KeePass client. I was briefly concerned because I generated many passwords with KeePass, but this post is about a different piece of software.
Re: KeeWeb: Unofficial KeePass web and desktop client
#84Earlier quoted context omitted.
No, it's not worse for your scenario. (That wasn't my assertion) However, this is an alternative to KeePass/KeePassX, so the typical behavior of KeePass users is to generate passwords with it, not reuse bad passwords. For example, I use KeePassX to generate strong passwords for long-term encrypted archives, and if I switched to this app, I wouldn't get the same security. I'm confused, though, should I say: "All right…
As a matter of policy, no, you should never say "YOLO."
Re: KeeWeb: Unofficial KeePass web and desktop client
#85Check out pass for those wanting a solution in line with the Unix way: https://www.passwordstore.org/
One issue I have with pass is that it leaks meta-data about what you have stored. The contents are encrypted, yes, but the filename identifying the content is sitting right there in the open.
Re: KeeWeb: Unofficial KeePass web and desktop client
#86Earlier quoted context omitted.
Security experts, by in large, only care about academics and care very little about usability, so I do not trust them unless they give me specific scenarios where I am in danger.
Eh, okay? Your choice, dear Touche, your choice.
Re: KeeWeb: Unofficial KeePass web and desktop client
#87Earlier quoted context omitted.
Eh, okay? Your choice, dear Touche, your choice.
Just to clarify what I mean; we have to make decisions based on tradeoffs. Having the most secure password possible is not the only thing that matters. So "trust security experts" is not a good response; I need to know threat levels so I can make informed decisions. I'm not just going to do the same thing a security enthusiast does because I value different things, to different degrees.
(BTW, while we here argue about security experts, the author said "Thank you, I'll replace it of course.")
Re: KeeWeb: Unofficial KeePass web and desktop client
#88Re: KeeWeb: Unofficial KeePass web and desktop client
#89Earlier quoted context omitted.
There's addons for Firefox/Chrome as well as apps for Android that enable autofill and other stuff you might expect from a modern password manager (making the UX pretty close to LastPass).
Some warnings: don't use Android clipboard for passwords - AFAIK apps can get notifications when clipboard changes. Don't enable remote connections to the KeepassHttp browser integration: there's a gaping hole https://github.com/pfn/keepasshttp/issues/258
I know it doesn't add that much security since a determined attacker could still brute force the OTP with the way it works but it keeps out the casual attacker that's not that savvy.
Re: KeeWeb: Unofficial KeePass web and desktop client
#90Do not generate passwords with it, it uses insecure Math.random: https://github.com/antelle/kdbxweb/blob/906e927d3e3384db4dd3... https://github.com/antelle/keeweb/blob/master/app/scripts/ut... (in meme form: https://imgur.com/FcZNflQ ) Filed issue: https://github.com/antelle/kdbxweb/issues/5 (embarrassing/funny: it was me who wrote Salsa20 "user-space" generator used here ( https://github.com/antelle/kdbxweb/blob/906…
Just so we're clear: your assertion is that because the password generator uses a non-cryptographically secure PRNG, generating unique 20+ character alphanumeric passwords for every login is worse than people's default behavior? I mean, I get that it's worse than other keepass implementations - that's obviously a problem - but if this gets people to stop using "hunter2" or "p4$$w0rd" that's got to be worth something,…
I know the probability that vulnerability will be exploited is very low. But I also believe things should be done the right way.
Use another password manager, or just use KeepPass official to create the passwords.