bcrypt.ctf/NOTES
2025-06-21 17:42:00 +10:00

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?