A simple and fast command-line tool built with C++ that generates secure, random passwords.
- Custom Length: You can choose exactly how long you want your password to be.
- Secure: Uses a mix of uppercase, lowercase, numbers, and special symbols.
- Continuous Loop: You can generate multiple passwords in a row without restarting the program.
- C++