PasswordForge is a simple and customizable password generator written in C++.
- Generate passwords of customizable length and complexity.
- Check password strength based on length and character diversity.
- Save generated passwords to a local file.
- Compile the code:
g++ main.cpp -o password_generator