init
This commit is contained in:
commit
897272d7c1
5 changed files with 167 additions and 0 deletions
5
NOTES
Normal file
5
NOTES
Normal 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?
|
||||
Loading…
Add table
Add a link
Reference in a new issue