This commit is contained in:
Emile Clark-Boman 2025-06-21 17:42:00 +10:00
commit 897272d7c1
5 changed files with 167 additions and 0 deletions

5
NOTES Normal file
View file

@ -0,0 +1,5 @@
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?