5 lines
223 B
Text
5 lines
223 B
Text
Ideas:
|
|
1. Given an empty string of bytes, bcrypt('') == H == 184467...
|
|
So is there any way to "force rotate" back to H modulo M?
|
|
2. Can I get h % M == 0? If so then could potentially control the
|
|
next iteration value?
|