Is Sha256Hash from Apache Shiro built upon a common algorithm like PBKDF2WithHmacSHA256? Every example to generate hash using a salt, sha256 and iterations I've found over the internet (e.g. java 8 ,nodejs crypto) uses PBKDF2WithHmacSHA256. Is there a common way to use PBKDF2WithHmacSHA256 with shiro, or do I have to implement my own CredentialMatcher?
-- View this message in context: http://shiro-user.582556.n2.nabble.com/Strange-Sha256Hash-implementation-tp7580691.html Sent from the Shiro User mailing list archive at Nabble.com.
