~jorgecastro/password-critic

Password Critic is a small Java library providing functionality to assess password strength and present the results in a user-friendly format.
Update README
Initial commit

refs

master
browse  log 

clone

read-only
https://git.sr.ht/~jorgecastro/password-critic
read/write
git@git.sr.ht:~jorgecastro/password-critic

You can also use your local clone with git send-email.

#Password Critic

Password Critic is a small Java library providing functionality to assess password strength and present the results in a user-friendly format.

It is a useful tool for testing current or potential passwords and evaluating their viability.

#Usage

See the examples and the documentation for help with using the library.

#Setup

The library is available through the Maven Central Repository.

#Maven
<dependency>
    <groupId>xyz.jorgecastro</groupId>
    <artifactId>password-critic</artifactId>
    <version>1.0.0</version>
</dependency>
#Gradle
implementation 'xyz.jorgecastro:password-critic:1.0.0'