Skip to content

Latest commit

 

History

2 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 

Repository files navigation

CCPG: C++ Password Generator

Description

Welcome to the CCPG (C++ Password Generator)! This program generates a random password of a specified length using a mix of uppercase letters, lowercase letters, and digits. It's a simple, console-based application written in C++.

Examples

Password Generator!
Please enter the length of the password: 10
Your password is: IAYMaXjv6a
Password Generator!
Please enter the length of the password: 15
Your password is: IQtNOrWNwZf0WBP
Password Generator!
Please enter the length of the password: 8
Your password is: 8aB1cD3z

In these examples, the program prompts the user to enter the desired length of the password, and then generates a random password of that length. The generated passwords contain a mix of uppercase letters, lowercase letters, and digits.

Version

v1.0.0

About

CCPG - C++ Password Generator

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages