Skip to content

Cyber-Genetics/PASSWORD-GENERATER

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 

Repository files navigation

# Password Generator

This is a simple Python program that generates random passwords with a specified length. The generated passwords include a combination of uppercase and lowercase letters, digits, and special characters.

## Usage

1. Clone the repository:

    ```bash
    git clone https://github.com/KIRAN-KUMAR-K3/PASSWORD-GENERATER.git
    ```

2. Navigate to the project directory:

    ```bash
    cd password-generator
    ```

3. Run the program:

    ```bash
    python password_generator.py
    ```

4. Enter the desired password length when prompted.

5. The program will output a randomly generated password.

## Example

```bash
Enter the desired password length: 12
Generated Password: aB3!fG8@kL1

Customization

You can customize the character set used for generating passwords by modifying the characters variable in the generate_password function. Additionally, you may enhance the program to meet specific password complexity requirements.

Requirements

  • Python 3.x

Disclaimer

This program is a basic example and may not cover all security considerations for password generation. It is recommended to use well-established libraries or tools for handling sensitive information.

About

A simple program to generate password

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%