Skip to content

This C++ project is a random password generator that creates passwords of varying lengths using a mix of characters. It offers a simple command-line interface for users to specify the password length. The program ensures randomness by using the rand() function with the current time.

Notifications You must be signed in to change notification settings

Mubeen-Channa/Random-Password-Generator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

Random Password Generator in C++

This simple C++ program generates a random password of the specified length. It utilizes a set of characters that include lowercase and uppercase letters, digits, and special characters. The program uses the rand() function along with the current time to ensure randomness.

How to Use

  1. Run the program.
  2. Enter the desired length of the password.
  3. The program will generate a random password and display it.
  4. Optionally, choose to generate another password or exit.

Feel free to suggest any improvements or contribute to the project!

About

This C++ project is a random password generator that creates passwords of varying lengths using a mix of characters. It offers a simple command-line interface for users to specify the password length. The program ensures randomness by using the rand() function with the current time.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages