To ensure the security of passwords, Spring Security recommends using a _____ password encoder.

  • BCrypt
  • CSRF
  • Jwt
  • OAuth2
To ensure the security of passwords, Spring Security recommends using a BCrypt password encoder. BCrypt is a widely used password hashing algorithm known for its security and resistance to brute-force attacks. Jwt, CSRF, and OAuth2 are important components in security but are not used as password encoders in the same way as BCrypt.
Add your answer
Loading...

Leave a comment

Your email address will not be published. Required fields are marked *