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:
--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/profanityWould 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.