Spring Security Crypto provides cryptographic services for secure password encoding and key generation.
<dependency>
<groupId>org.springframework.security</groupId>
<artifactId>spring-security-crypto</artifactId>
<version>7.0.5</version>
</dependency>No compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Encodes a password using BCrypt.
Consider adjusting the strength parameter in the constructor.
No dependency data recorded yet.