-
Notifications
You must be signed in to change notification settings - Fork 6.1k
Open
Assignees
@rwinch
Description
We should add a (or multiple?) password4j implementation of PasswordEncoder
. I haven't looked at the API, so we might be able to get away with a single implementation (e.g. Password4jPasswordEncoder
) that supports multiple algorithms. If not, then we may need multiple implementations (e.g. Password4jBCryptPasswordEncoder
, Password4jSCryptPasswordEncoder
, etc).