Update README
Initial commit
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.
See the examples and the documentation for help with using the library.
The library is available through the Maven Central Repository.
<dependency>
<groupId>xyz.jorgecastro</groupId>
<artifactId>password-critic</artifactId>
<version>1.0.0</version>
</dependency>
implementation 'xyz.jorgecastro:password-critic:1.0.0'