bcrypt.ctf/NOTES

6 lines
223 B
Text
Raw Normal View History

2025-06-21 17:42:00 +10:00
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?