[Pasting an old comment of mine on password managers, since I see people talking about starting to use Keepass. I hope this helps someone] ---- If you're just starting, here's some guidance on setting up a password manager. First of all: Don't be afraid of using one. It's not just more secure, it's super convenient. Never again will you ask yourself: Did I make an account for this website/service? What email did I us…
iOS has https://github.com/MiniKeePass/MiniKeePass , available on the app store.
"Pwned Passwords" V2 With Half a Billion Passwords
121–130 of 369 posts
Re: "Pwned Passwords" V2 With Half a Billion Passwords
#122Bit off topic, but I was searching for a better way to manage passwords a few weeks ago (rather than have 1 or 2 master passwords across all websites). I found KeePass through an old ask HN thread. It's a great little free, open source key/password storage app that works across all my devices (iOS, macOS, windows). https://keepass.info/ I'd be interested to hear any suggestions for similar apps I could recommend to m…
Long time lastpass user recently switched to BitWarden. I find it's UI to be cleaner/easier to use
Re: "Pwned Passwords" V2 With Half a Billion Passwords
#123Here is a quick PowerShell script - it supports the pipeline so you can automate, e.g. if you use a command line password manager. https://gist.github.com/lzybkr/85b4dbd6536ea5351e8d8e492a432...
Re: "Pwned Passwords" V2 With Half a Billion Passwords
#124Earlier quoted context omitted.
Can you clarify what problem this solves?
As stated in the post, it's a simple solution to help with anonymity. "The password has been hashed client side and just the first 5 characters passed to the API As mentioned earlier, there are 475 hashes beginning with "21BD1", but only 1 which matches the remainder of the hash for "P@ssw0rd" and that record indicates that the password has previously been seen 47,205 times."
Re: "Pwned Passwords" V2 With Half a Billion Passwords
#125Earlier quoted context omitted.
iOS has https://github.com/MiniKeePass/MiniKeePass , available on the app store.
Thanks for the heads up! Have you used it? What do you know about it?
Re: "Pwned Passwords" V2 With Half a Billion Passwords
#126An old password (12 char numbers and letters) I've since stopped using (but used to use everywhere) appears as pwned in this list (3 times!). I'd love to know who exposed it. Any chance I can find out?
As a policy Troy Hunt won't reveal which breach he found your data in. I considered setting up a series of 'canary' emails so that I could track who's selling what but ... well never got round to it.
Re: "Pwned Passwords" V2 With Half a Billion Passwords
#127Earlier quoted context omitted.
As stated in the post, it's a simple solution to help with anonymity. "The password has been hashed client side and just the first 5 characters passed to the API As mentioned earlier, there are 475 hashes beginning with "21BD1", but only 1 which matches the remainder of the hash for "P@ssw0rd" and that record indicates that the password has previously been seen 47,205 times."
Forgive my ignorance but why is submitting a hash a problem? Because Troy knows which passwords have been checked? Why should I care about that? I get that it’s like submitting your password in the clear if it’s in the DB, but in that case surely you have bigger problems.
Re: "Pwned Passwords" V2 With Half a Billion Passwords
#128An old password (12 char numbers and letters) I've since stopped using (but used to use everywhere) appears as pwned in this list (3 times!). I'd love to know who exposed it. Any chance I can find out?
As a policy Troy Hunt won't reveal which breach he found your data in. I considered setting up a series of 'canary' emails so that I could track who's selling what but ... well never got round to it.
Re: "Pwned Passwords" V2 With Half a Billion Passwords
#129On the topic of passwords, have a look at my command-line passphrase generation program. GitHub: https://github.com/ctsrc/pgen It's written in Rust. Install the Rust toolchain installer from https://rustup.rs/ curl https://sh.rustup.rs -sSf | sh And remember to add ~/.cargo/bin to your PATH. Then install my command-line utility cargo install pgen Usage is described in detail in the README on GitHub. Additionally you…
Re: "Pwned Passwords" V2 With Half a Billion Passwords
#130Earlier quoted context omitted.
I'm a bit confused - why not distribute a serialized Bloom filter representing these passwords? That would seem to enable a compact representation (low Azure bill) and client-side querying (maximally preserving privacy).
There are half a billion passwords in the list. A bloom filter with even a 1 in 10 false positive rate would still be 286.59 MB.