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

Fix not returning correct hash version when verifying #25

Closed patrickfav closed 4 years ago

patrickfav commented 4 years ago

[Breaking API Change]

refs #24

coveralls commented 4 years ago

Pull Request Test Coverage Report for Build 194


Totals Coverage Status
Change from base Build 190: 0.0%
Covered Lines: 458
Relevant Lines: 477

💛 - Coveralls