vt-middleware / passay

Password policy enforcement for Java.
http://www.passay.org
Other
282 stars 64 forks source link

Support BCryptHashBean #76

Closed heruan closed 6 years ago

heruan commented 6 years ago

Cryptacular added BCryptHashBean (https://github.com/vt-middleware/cryptacular/issues/39), but I can't use it to construct a new DigestHistoryRule. How can I check a BCrypt password history to validate my passwords?

dfish3r commented 6 years ago

This will require an API change, but it's doable. Waiting resolution of https://github.com/vt-middleware/cryptacular/pull/45

dfish3r commented 6 years ago

Fixed in latest 1.3.2-SNAPSHOT. Note that latest cryptacular must be pulled down and installed.