I'm using Passay to validate passwords in a Spring application, which uses BCryptPasswordEncoder to encode passwords. I need to use Passay's DigestHistoryRule with a Cryptacular's EncodingHashBean for these passwords, but I do not know which DigestSpec to use.
Is this supported at all? If not, is it possible to add support for this?