Post
Topic
Board Development & Technical Discussion
Merits 7 from 4 users
Re: VanitySearch (Yet another address prefix finder)
by
Jean_Luc
on 02/05/2019, 18:28:41 UTC
⭐ Merited by suchmoon (4) ,escope (1) ,Nestade (1) ,ETFbitcoin (1)
I don't, you do, and if you want people to use it, you are going to have to do something.

The way pbkdf2_hmac_sha512 is implemented is safe, long passwords (>128 characters for SHA512) are truncated to 128.
No change needed here unless someone finds a trap of really wants password longer than 128 char.

Hi,

I just remembered a few features of "profanity" used for ETH-addresses:

Code:
   --letters               Score on letters anywhere in hash.
    --numbers               Score on numbers anywhere in hash.
    --mirror                Score on mirroring from center.
Source: https://github.com/johguse/profanity

Would it be possible to implement those "modes" into VanitySearch?

Hi,
Yes it could be done but I still have work with fast base58 encoding and I will be off the next week.