Skip to content

PasswordForge is a simple and customizable password generator written in C++. It allows users to create secure passwords with options to include letters, numbers, and special characters. The program also checks the password's strength and can save it to a file for convenience.

License

Notifications You must be signed in to change notification settings

Hanakorov/PassForge

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

PasswordForge

PasswordForge is a simple and customizable password generator written in C++.

Features

  • Generate passwords of customizable length and complexity.
  • Check password strength based on length and character diversity.
  • Save generated passwords to a local file.

How to Run

  1. Compile the code:
    g++ main.cpp -o password_generator

About

PasswordForge is a simple and customizable password generator written in C++. It allows users to create secure passwords with options to include letters, numbers, and special characters. The program also checks the password's strength and can save it to a file for convenience.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages