A small terminal based password analyzer written in Rust.
The program checks a password for common security requirements such as length, uppercase letters, numbers, and special characters. It then gives a security score and strength rating. It also includes a simple password generator.
Note: This project was developed and tested on Linux. The provided executable is intended for Linux systems.
./Sentinel-Password-Analyzer
or run the compiled executable from the target/release directory.
Built while learning Rust and experimenting with functions, loops, ownership, references, and basic program structure.