Skip to content

Latest commit

 

History

History
20 lines (15 loc) · 511 Bytes

CHANGELOG.md

File metadata and controls

20 lines (15 loc) · 511 Bytes

Changelog

Version 2.0.2

  • SSHAPasswordEncoder supports unsalted SHA hashes with saltsize 0

Version 2.0.1

  • resolves critical bug from 2.0.0
  • allow smaller saltsizes than 8 bytes to support unsalted hashes

Version 2.0.0

  • DO NOT USE - critical bug leaks password hashes to stdout
  • bug fix utf-8 encoding
  • the autoconfiguration Property charset has been removed

Version 1.1.0

  • DO NOT USE - UTF-8 encoding bug

Version 1.0.0

  • DO NOT USE - UTF-8 encoding bug
  • Initial Release