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
482 stars 49 forks source link

Update Readme with password length change and None password strategy #51

Closed mathieutu closed 1 year ago

mathieutu commented 1 year ago

Hi, I'm updating the documentation following the recent changes and discussions we had (#42 and #43).

Thanks. Mathieu.

codecov[bot] commented 1 year ago

Codecov Report

Base: 88.57% // Head: 88.57% // No change to project coverage :thumbsup:

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

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #51 +/- ## ========================================= Coverage 88.57% 88.57% Complexity 61 61 ========================================= Files 11 11 Lines 499 499 Branches 92 92 ========================================= Hits 442 442 Misses 21 21 Partials 36 36 ``` 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.