PasswordHashingInterceptor using PBKDF2WithHmacSHA1 encryption algorithm
to generate a secret key and use its encoded value as the password hash
with {PKCS5S2} prefix.
See
PBKDF2 spec for more
details.
Note: This has been implemented to generate hashes compatible with what JIRA generates.