Releases: deuza/chkpwd
Releases · deuza/chkpwd
v0.1.1
v0.1.0 First release
This project is a PHP-based web tool designed for administrators and security-conscious users to:
- Generate strong random passwords of a user-specified length.
- Generate passphrases from dictionary words, with options for capitalization, and appending numbers or symbols.
- Analyze the strength of generated or user-inputted passwords/passphrases using a variety of metrics and analysis engines.
- Provide detailed feedback, including strength scores, estimated crack times (from Zxcvbn), character set composition, compliance with basic policies, and checks against known data breaches (Have I Been Pwned).
- Enhance password security awareness and promote better password practices by offering multiple perspectives on password strength.
The tool aims to be a comprehensive resource by combining different analysis techniques.