Good question! 🤔 I’ll have a look around 👌
@eapl.me@eapl.me it is not about remembering, it is about converting something like:
ALBimMb+bxXypHuw8bCyZ++Sby6BFNxXs1ATtm+xiEIQbTcvOvR4BaYcAs0cZduf
To:
apple strawberry corn cat cow impertinence bloke bread stone hydrogen mountain
For example, and being able to use the words to “re-assemble” the password.
@eapl.me@eapl.me the document you list is too deep. Also behind a login. I have searched The Tubes, and found nothing.
Hmmm, is bip39 suppose to be reversible? I thought that’s what it was for?!
$ echo 59I0nDFYho4Hq4ps | ./bip39 -e | ./bip39 -d
353949306e444659686f344871347073
@prologic@twtxt.net Not sure what’s wrong with that script, everything looks like it should work…
hacked this up in python that does roughly what you wanted
https://gist.github.com/ShreyanJain9/29438d5dc0ebf58d28fc57dd585621e6
@shreyan@twtxt.net Any significant differences in logic with your program vs. mine? 🤔
@prologic@twtxt.net Not sure! I have a feeling it has something to do with yours possibly not converting to-or-from UTF-8?
Another thing I noticed - the Python implementation cannot handle 512-bit keys. Not sure if this is a limitation of the library or of BIP-39 itself.
Interesting 🤔