Summary or problem description
DB3 wallets does not use any salt for hashing. This makes easier for attackers to pre-compute the hash value using dictionary attack techniques such as rainbow tables.
Do you have any solution you want to propose?
Concat the IV and double SHA256
Neo Version
Where in the software does this update applies to?
Summary or problem description
DB3 wallets does not use any salt for hashing. This makes easier for attackers to pre-compute the hash value using dictionary attack techniques such as rainbow tables.
Do you have any solution you want to propose?
Concat the IV and double SHA256
Neo Version
Where in the software does this update applies to?