-
-
Notifications
You must be signed in to change notification settings - Fork 1.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Diceware-like passphrase generator #21
Comments
Seems useful for edge cases, currently low priority. |
Can't we just "port" the changes in the PR from keepassx? |
I'd love to see this feature implemented. There are a few accounts that I like remembering a password, and passphrases are a nice way to create a memorable, high-entropy password. What can I do to help get this feature implemented? |
I will start developing this in the next few days. Right now we are very busy fixing the 2.1.0 release |
@TheZ3ro If I have time before you get started, I'll see if I can rebase the PR from keepassx/keepassx#181 |
If you do rebase that PR please maintain the commit history/authorship (e.g. cherry-pick) |
For transferring old branches, git rebase --onto is usually the way to go. |
@phoerious It's not my favorite UI either, but we might as well use it as a starting point instead of beginning from scratch. |
Yes, we can make the UI like the current generator |
@phoerious I did the rebase without I haven't compiled it yet. I'm building the docker image right now to see what it looks like. |
I think this is a GREAT feature. One question I have though is if we can specify the word list? For example, this is used a lot in cryptocurrency wallets. And, these wallets usually follow a standard where the words are selected from a predefined set: https://github.com/bitcoin/bips/blob/master/bip-0039/english.txt So, using this extension, can we define the word-set that will be used when creating the phrased based password? |
I think it should be an option. It's not hard to implement since the wordlist is loaded from file |
I have also been looking for a feature like this for a long time! I am looking forward to its incorporation into KeePassXC! |
All the details in this PR for keepassx/keepassx keepassx/keepassx#181
The text was updated successfully, but these errors were encountered: