Valentin Valchev created FELIX-4703:
---------------------------------------
Summary: User Admin plugin should use all available to the JVM
crypto algorithms
Key: FELIX-4703
URL: https://issues.apache.org/jira/browse/FELIX-4703
Project: Felix
Issue Type: Improvement
Components: Web Console
Affects Versions: webconsole-useradmin-plugin-1.0.0
Reporter: Valentin Valchev
Assignee: Valentin Valchev
Fix For: webconsole-useradmin-plugin-1.0.0
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.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)