bmarwell commented on pull request #273: URL: https://github.com/apache/shiro/pull/273#issuecomment-756384834
About `HexFormat` and `Base64Format`: > `HexFormat.java` > HashFormat that outputs only The hash's digest bytes in hex format. It does not print out anything else (salt, iterations, etc). This implementation is mostly provided as a convenience for command-line hashing. and > `Base64Format.java` > HashFormat that outputs only the hash's digest bytes in Base64 format. It does not print out anything else (salt, iterations, etc). This implementation is mostly provided as a convenience for command-line hashing. my +1 for dropping them: 1. for 2.0.0 mark them as deprecated and log warnings when being used. 2. for 2.1.0 throw exceptions when being used 3. for 2.2.0 complete removal ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected]
