-
Bug
-
Resolution: Done
-
Major
-
7.1.0.DR15
When I set iteration value as STRING or NEGATIVE integer then I get different error messages rather the same one.
[hsvabek@localhost bin]$ java -jar wildfly-elytron-tool.jar mask -x secret_password -s 12345678 --iteration="-123" ELY03025: Iteration count not specified for password based encryption [hsvabek@localhost bin]$ java -jar wildfly-elytron-tool.jar mask -x secret_password -s 12345678 --iteration="ab123" java.lang.NumberFormatException: For input string: "ab123"
- is cloned by
-
ELY-1059 When I set iteration value as STRING or NEGATIVE integer then I get different error messages.
- Resolved
- is incorporated by
-
JBEAP-10137 When we set wrong ITERATION value (too big number or string) then we get NumberFormatException.
- Closed
-
JBEAP-10625 Upgrade Wildfly-Elytron-Tool to 1.0.0.Beta5
- Closed