To hash passwords (one-way), it looks like bcrypt is the best.
I am about to start using jBCrypt, but I have a few worries:
- No mailing list.
- Very low activity overall.
- Bug tracker has only ever had 1 issue, and this 1 issue has not received any sign of activity.
- Only 3 versions have ever been released.
- jBCrypt does not claim to be threadsafe. While most people seem to agree that the source code looks threadsafe, a clear statement on the official website would be much better.
Is there a similar, more mainstream library that everyone is using, and that I missed somehow? (Java, open source)
Or is it actually the "most mainstream" one?