You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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/
The text was updated successfully, but these errors were encountered: