Hi folks,
Robust cryptographic hashing/verifying facilities (pbkdf2, bcrypt, scrypt, argon2).
https://github.com/jimpil/cryptohash-clj
I’ve opened an issue with the guys over at BouncyCastle, over the fact that their openBSD bcrypt encoding/decoding utilities are private and so consumers are forced to go through their API (as opposed to using BCrypt.java directly). If that comes to fruition, there won’t be a need for a Java class in the next (or some future) release.
Enjoy 😉
Kind regards,
Dimitris