Details
-
Improvement
-
Status: Closed
-
Major
-
Resolution: Fixed
-
webconsole-useradmin-plugin-1.0.0
-
None
Description
The useradmin plugin uses CryptoJS for creating hashes of potential password credentials.
However, those hashes might not be available as MessageDigest-ers on the JVM. Or there could be more hashes supported by the JVM but not supported by the CryptoJS.
The solution is to abandon crypto js and use the JVM available security provides to perform the hashing functions.