Skip to content

Latest commit

 

History

History
33 lines (23 loc) · 1.18 KB

File metadata and controls

33 lines (23 loc) · 1.18 KB

🔐 Password Generator CLI v2.0 – Stable

A C++ command-line tool to generate secure passwords instantly.
v2.0 adds interactive options, ensures at least one character from each selected category, improved error handling, and enhanced user interaction.
Easy to use, fast, and perfect for anyone who needs strong, secure passwords.


✨ Features

  • Generate passwords of any length
  • Includes uppercase, lowercase, digits, and symbols
  • Guarantees at least one character from each selected category
  • Interactive CLI prompts for selecting options
  • Password displayed in green for easy visibility
  • Supports PayPal donations to support development
  • Safe: all operations are local, no data is sent anywhere
  • Improved error handling and user experience

🛠 Installation / Compilation

Requirements

  • C++17 compiler (g++, clang++, or similar)
  • Terminal that supports ANSI colors (Linux, MacOS, Windows PowerShell / Windows Terminal)

Compile

g++ -std=c++17 main.cpp -o password_generator

If you’d like to support me and help keep this project updated, you can do so here: [paypal.me/EnricoArama](https://www.paypal.com/paypalme/EnricoArama)