Skip to content

Releases: EnricoDevCpp/PasswordGenerator

Password Generator v2.0 (Stable)

01 Feb 12:02
4371196

Choose a tag to compare

🔐 Password Generator v2.0 – Stable Release

This version introduces a more secure and flexible password generation system, designed to be reliable for everyday use.

PasswordGenerator v2 0

✨ Highlights

  • Interactive command-line interface
  • Customizable character sets (lowercase, uppercase, numbers, symbols)
  • Guaranteed inclusion of at least one character per selected category
  • Improved randomization for stronger security
  • Clean and readable C++ codebase

✅ Stability

This release is considered stable and fully replaces version 1.0.
It is suitable for regular use and further extensions.

If you enjoy this project, feel free to support me via PayPal: paypal.me/EnricoArama

Password Generator v1.0 – First stable release

23 Jan 21:56
4371196

Choose a tag to compare

🎉 Welcome to the first stable release of Password Generator CLI!

This is a simple, fast, and secure C++ command-line tool to generate strong passwords.
You can specify the password length, and the program will create a secure password including uppercase, lowercase, digits, and symbols. The password is displayed in green for easy visibility.

PasswordGenerator v1 0

💻 Features:

  • Generate passwords of any length
  • Includes uppercase, lowercase, digits, and symbols
  • Password displayed in green for clarity
  • Completely local: no data is sent anywhere

📦 Included in this release:

  • passwordgen.cpp (source code)
  • Optional: passwordgen.exe (compiled executable for easy use)

⚠️ Security & Privacy:

  • Everything runs locally on your machine
  • No personal information is collected

💸 Support:
If you like this tool, consider supporting me on PayPal:
https://paypal.me/EnricoArama

Thank you for trying Password Generator CLI! Your stars, feedback, and support help me create more useful tools and keep improving them.