# passay **Repository Path**: mirrors_vt-middleware/passay ## Basic Information - **Project Name**: passay - **Description**: Password policy enforcement for Java. - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 2 - **Forks**: 0 - **Created**: 2020-08-19 - **Last Updated**: 2026-05-23 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ## Passay [![Maven Central](https://img.shields.io/maven-central/v/org.passay/passay?style=for-the-badge&logo=apachemaven)](https://central.sonatype.com/artifact/org.passay/passay) [![GitHub Releases](https://img.shields.io/github/release/vt-middleware/passay.svg?style=for-the-badge&logo=github)](https://github.com/vt-middleware/passay/releases) Password policy enforcement for Java. Passay in a nutshell: * Rule based password validation. * Rule based password generation. * Customized messaging for password failures. * Support for internationalization. This project is dual licensed under both the LGPL and Apache 2. ### Building ```sh git clone git@github.com:vt-middleware/passay.git cd passay mvn package ``` ### Documentation See the website: https://www.passay.org