03-19-2017, 02:30 PM
by the way, it doesn't seem that ethereum uses "just sha3", see https://github.com/ethereum/cpp-ethereum...#L378-L418
It seems that the SHA3 () step is just performed after either the pbkdf2/scrypt hashing and can only be used to validate if the previous steps were correct.
In other words, the full algorithm doesn't seem to be "just" SHA3(pass) as one might think from your original post @dindolo1979.
It seems that the SHA3 () step is just performed after either the pbkdf2/scrypt hashing and can only be used to validate if the previous steps were correct.
In other words, the full algorithm doesn't seem to be "just" SHA3(pass) as one might think from your original post @dindolo1979.