PasswordMaker.org-like option for the Password Generator #7344
rolltidehero
started this conversation in
Ideas
Replies: 1 comment 4 replies
-
This is a terrible system and we won't implement it. You can't change your master password without having to change evey single derived password. If your master password is leaked then we can derive every single of your passwords. |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Can we PLEASE get a PasswordMaker.org-like option for the Password Generator?
There is source code available for just about every language you can think of, so one of you geniuses may be able to implement this into our beloved KeePassXC. I'll buy you a coffee... or a blunt. I don't judge.
Here is more info on what I am referring to for those who aren't familiar with it...
PasswordMaker uses three pieces of information:
Through the magic of one-way hash algorithms, PasswordMaker calculates a message digest, also known as a digital fingerprint, which can be used as your password for the website.
Although one-way hash algorithms have a number of interesting characteristics, the one capitalized by PasswordMaker is that the resulting fingerprint (password) does "not reveal anything about the input that was used to generate it."
In other words, if someone has one or more of your generated passwords, it is computationally infeasible for him to derive your master password or to calculate your other passwords. Computationally infeasible means even computers like this won't help!
This method is widely used as there are multiple versions available for just about everything:
If someone gets my master password, can't he determine all of my generated passwords?
No. There are ten other variables he would need for each account. They are:
Probably the most interesting of these is character set because it gives you the flexibility to determine precisely which characters can and can't be included in generated passwords.
So... Thoughts? Is this possible? Should I be posting this in browser extension discussions instead?
I currently use the browser extensions, but it would be so much easier if it was coded into KeePassXC instead.
Regardless, thanks to all you guys & gals for what you do!
Beta Was this translation helpful? Give feedback.
All reactions