Bull Rider Logo

Password Rodeo

A simple java library to create and validate passwords

Password Rodeo is a small Java library. It allows you to create and validate passwords.

Creation and validation are controlled by criteria you specify: password length and the presence or absence of certain types of characters (upper-cases, digits, etc.) You use the library to randomly generate passwords and/or validate passwords submitted by the end-user.

Documentation

The following documentation is available:

Download

You can download a binary release from the download page. The source code can be found on GitHub and the library is available on Maven Central.