TheRealLordFractal / Bip39Generator

This allows you to create millions per second of BIP39 passphrase's using simple python
10 stars 22 forks source link

Correct the generator. #7

Open Mezantrop74 opened 3 years ago

Mezantrop74 commented 3 years ago

The generator does not generate a real bip39, it generates a random set of 12 words. Check the control word like the real bip 39. And also remove the space at the beginning and end of the phrase. Without these fixes, this is an empty random 12 word generator, which is completely unsuitable for looking up private keys.

oguzdelioglu commented 3 years ago

The generator does not generate a real bip39, it generates a random set of 12 words. Check the control word like the real bip 39. And also remove the space at the beginning and end of the phrase. Without these fixes, this is an empty random 12 word generator, which is completely unsuitable for looking up private keys.

I thought there was a problem due to the gaps at the beginning and the end.I fixed this myself but I don't think anyone can fix it. Also, I developed a new encoding that can determine the character length by parameter.If you are still doing this we can talk.

Telegram @oguzdelioglu