patrickfav / bcrypt

A Java standalone implementation of the bcrypt password hash function. Based on the Blowfish cipher it is the default password hash algorithm for OpenBSD and other systems including some Linux distributions. Includes a CLI Tool.
https://favr.dev/opensource/bcrypt
Apache License 2.0
467 stars 50 forks source link

Update BCrypt.java #60

Closed BierDav closed 1 year ago

BierDav commented 1 year ago

Make HASH_OUT_LENGTH public, so that it can be used for example as a length constant for ORM Frameworks

BierDav commented 1 year ago

When can we expect to get a new version with this PR included?