Skip to content

Releases: patrickfav/bcrypt

v0.4.0

21 Jul 21:05
v0.4.0
5c892a1
Compare
Choose a tag to compare
v0.4.0 Pre-release
Pre-release

Changes

  • add cli tool #5

Known Issues

Maven seems to have a problem with resolving the parent/sub module config, use 0.3.0

v0.3.0

14 Jul 13:32
v0.3.0
8c05e6a
Compare
Choose a tag to compare

Changes

  • support 24byte hash out and make null terminator optional (BC style) #3
  • use OpenJDK Radix64 encoder implementation #2
  • fix issue where string was created internally which cannot be wiped

v0.2.0

13 Jul 05:50
v0.2.0
1ab7a78
Compare
Choose a tag to compare
v0.2.0 Pre-release
Pre-release
  • add String API
  • refactor Version to be POJO (so caller can provide own impl)
  • add BcryptFormtter
  • add more tests

v0.1.0 - Initial Release

11 Jul 15:46
v0.1.0
17bc918
Compare
Choose a tag to compare
Pre-release

First version deployed to maven central and jcenter.

This is development preview and not ready for production.