-
-
Notifications
You must be signed in to change notification settings - Fork 9
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
Generate passphrase #3
Comments
Hi @lamyergeier do you mean something like that? |
Yes
Sep 14, 2022 22:18:54 Alberto Bonacina ***@***.***>:
… Hi @lamyergeier[https://github.com/lamyergeier] do you mean something like that?
[https://user-images.githubusercontent.com/202140/190253980-1996b39b-697e-459e-8809-1c7c6b0d3074.png][aaaa][https://user-images.githubusercontent.com/202140/190253980-1996b39b-697e-459e-8809-1c7c6b0d3074.png]
—
Reply to this email directly, view it on GitHub[#3 (comment)], or unsubscribe[https://github.com/notifications/unsubscribe-auth/AKBEQUTPAV2CLGUJSGHBGULV6IXK3ANCNFSM6AAAAAAQMJCBEE].
You are receiving this because you were mentioned.[Tracking image][https://github.com/notifications/beacon/AKBEQUSXCYUHASPGLYQ7S7DV6IXK3A5CNFSM6AAAAAAQMJCBEGWGG33NNVSW45C7OR4XAZNMJFZXG5LFINXW23LFNZ2KUY3PNVWWK3TUL5UWJTSKK6UG6.gif]
|
To generate a passphrase these resources may come in handy:
In the page It can be useful to let the user choose:
|
- Implement passphrase generation on issue #3 - Select custom wordlist - Select custom divider
@lamyergeier I implemented a first version of the passphrase generator in the develop branch (75ecfd2), it needs some work but it's something like that What do you think? Right now there're only the english and the italian wordlist, but I'm planning to add: french, spanish and portuguese from bip39 bitcoin wordlist. |
Nice! When compared with keepassxc gui, word case is missing (small case, capital etc). https://keepassxc.org/docs/KeePassXC_UserGuide.html#_generating_passphrases Also, can user upload their oen word list as supported by keepassxc (read the above url)? This is useful as users might have custom word list that they use with keepassxc. |
Ok I think these wordlists are better than the ones from bip39. At least they have the same purpose and not the wallet address generation. I will put some credits in the settings section to let user know where I grab them. I also can let the user choose the word capitalization like KeepassXC 👍
In this case the upload involves some kind on storage inside the app, permission to request and validation to perform so right now I think it is not so essential, my goal is not to support the same generation of KeepassXC but to provide similar functionality. |
Thanks! I think it's sufficient to add all word list supported by keepassxc. |
EFF's New Wordlists for Random Passphrases
|
Implement 3 new wordlist from the KeepassXC UserGuide [1] with EFF's New Wordlists for Random Passphrases [2] as discussed in issue #3 [1] https://keepassxc.org/docs/KeePassXC_UserGuide.html#_generating_passphrases [2] https://www.eff.org/deeplinks/2016/07/new-wordlists-random-passphrases
Time for a new release?! |
I think so @lamyergeier, I've got only one issue to be fixed for Wassword 3.0 🤞 |
@polilluminato Could you please release upto this as its already quite a long time. |
A new release? |
Hi @lamyergeier I released some week ago a new version of Wassword that lets you create also passphrases. You can download it from the Play Store: Wassword 3.0 or alternatively you can use the web version available here: Wassword Web |
@polilluminato GitHub release and f-droid not supported anymore? |
@polilluminato Could you please confirm if fdroid not support anymore? |
@lamyergeier I reply to your comment in #23 |
Generate passphrase like in Keepaasxc (on Linux)
The text was updated successfully, but these errors were encountered: