Open fpirsch opened 11 years ago
I'm guessing its an overflow issue. Looks like this is a pretty common issue in various bcrypt implementations. See this: http://stackoverflow.com/questions/2222383/why-does-bcrypt-net-generatesalt31-return-straight-away
Issue fixed, with various others, in this fork: https://github.com/fpirsch/twin-bcrypt
I can barely compute a hash when the number of rounds approaches 20. With 30 rounds my desktop freezes. So far it's OK, bcrypt is supposed to be CPU-intensive. But surprisingly with 31 rounds I get a hash almost instantly.