Apart from "org.mindrot:jbcrypt" which other JVM B...
# ktor
c
Apart from "org.mindrot:jbcrypt" which other JVM BCrypt do you guys find the most smooth time working with? I am considering trying "at.favre.lib:bcrypt", what are the cons and pros you ever found on it?
j
"at.favre.lib:bcrypt" has been use for a long time in my company's OAuth system. Now this system is running for a year without any bugs. Also it's pretty easy to use, very simple.
💥 2