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

Remove errorprone and proguard optimized version to be able to build … #53

Closed patrickfav closed 1 year ago

patrickfav commented 1 year ago

…with JDK11

Not yet JDK17 compatible, CLI modile throws "InaccessibleObjectException" for PrintStream.

codecov[bot] commented 1 year ago

Codecov Report

Base: 88.57% // Head: 88.55% // Decreases project coverage by -0.03% :warning:

Coverage data is based on head (6e7d606) compared to base (79553a8). Patch has no changes to coverable lines.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #53 +/- ## ============================================ - Coverage 88.57% 88.55% -0.03% Complexity 61 61 ============================================ Files 11 11 Lines 499 498 -1 Branches 92 92 ============================================ - Hits 442 441 -1 Misses 21 21 Partials 36 36 ``` | [Impacted Files](https://codecov.io/gh/patrickfav/bcrypt/pull/53?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Patrick+Favre-Bulle) | Coverage Δ | | |---|---|---| | [...c/main/java/at/favre/lib/crypto/bcrypt/BCrypt.java](https://codecov.io/gh/patrickfav/bcrypt/pull/53?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Patrick+Favre-Bulle#diff-bW9kdWxlcy9iY3J5cHQvc3JjL21haW4vamF2YS9hdC9mYXZyZS9saWIvY3J5cHRvL2JjcnlwdC9CQ3J5cHQuamF2YQ==) | `85.79% <0.00%> (-0.09%)` | :arrow_down: | Help us with your feedback. Take ten seconds to tell us [how you rate us](https://about.codecov.io/nps?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Patrick+Favre-Bulle). Have a feature suggestion? [Share it here.](https://app.codecov.io/gh/feedback/?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Patrick+Favre-Bulle)

:umbrella: View full report at Codecov.
:loudspeaker: Do you have feedback about the report comment? Let us know in this issue.