OpenBSD-style Blowfish password hashing for Java, providing a simple API for hashing and checking passwords.
<dependency>
<groupId>org.mindrot</groupId>
<artifactId>jbcrypt</artifactId>
<version>0.4</version>
</dependency>No compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Minimal example showing how to hash a password and verify it using jBCrypt.
Upgrade to a newer password hashing library such as org.springframework.security:spring-security-crypto or com.password4j:password4j.
No dependency data recorded yet.