Tagged Questions
3
votes
1answer
251 views
bcrypt - collision-resistance against chosen salt and work factor?
Would it be difficult to find $\:$ cost,salt,input,password0,password1 $\:$ such that
bcrypt(cost,salt,password0,input) = bcrypt(workfactor,salt,password1,input)
and $\:$ password0 != password1 $\:$ ...