- SSHAPasswordEncoder supports unsalted SHA hashes with saltsize 0
- resolves critical bug from 2.0.0
- allow smaller saltsizes than 8 bytes to support unsalted hashes
- DO NOT USE - critical bug leaks password hashes to stdout
- bug fix utf-8 encoding
- the autoconfiguration Property charset has been removed
- DO NOT USE - UTF-8 encoding bug
- DO NOT USE - UTF-8 encoding bug
- Initial Release