Password hashing and verification with bcrypt, offering salt generation, adjustable cost (work factor), and straightforward dependency integration for secure credential storage and authentication.
Multiplatform bcrypt library.
repositories { mavenCentral() } dependencies { // Replace TAG with the desired version implementation("net.lsafer.bcrypt:bcrypt:TAG") }