Open
Description
BCryptPasswordEncoder
currently uses an internal implementation of BCrypt.
We should consider removing the internal implementation and use Bouncy Castle's implementation instead.
NOTE: Argon2PasswordEncoder
and SCryptPasswordEncoder
already uses Bouncy Castle's implementation.
Related gh-16879