Skip to content
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

Implement BIP-word encoding #2

Open
Eriner opened this issue Aug 17, 2022 · 0 comments
Open

Implement BIP-word encoding #2

Eriner opened this issue Aug 17, 2022 · 0 comments

Comments

@Eriner
Copy link
Member

Eriner commented Aug 17, 2022

Yes, I'm looking into adding another checkbox option that will use wordlists by reading the first 33 bits of the md5 hash. The bip39 wordlist is "only" 2^11, so capturing the first quarter of the hash (equivalent to the first 8 of the md5) would require 3 bip words: [email protected].

Another good wordlist could include common names so you'd get things like: [email protected].

I'll try to get something like this added in as simple a format as possible so it's easy to implement in other languages/filters/whatever. Cheers!

ex: https://gist.github.com/Eriner/076c77bf0359d928c8bdfd0841056947

Ref: https://old.reddit.com/r/selfhosted/comments/vih8ny/blameemail_clientside_oneway_email_generator/ide3j7b/

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant