Skip to content

Latest commit

 

History

History
34 lines (24 loc) · 1.13 KB

File metadata and controls

34 lines (24 loc) · 1.13 KB

Password Generator

Description

The Password Generator is a simple and customizable tool for creating strong, secure passwords. It allows users to generate passwords with various complexity levels and length requirements to enhance online security and protect sensitive information.

Features

  • Generate passwords with a customizable length.
  • Include/exclude special characters, numbers, uppercase, and lowercase letters.
  • User-friendly interface with clear prompts.
  • Randomized and secure password generation algorithm.
  • Options to copy passwords directly to the clipboard.

Installation

To get started with the Password Generator, follow these steps:

  1. Clone the repository:

    git clone https://github.com/abhishek-chauhan8/Password-Generator.git
    cd Password-Generator
    

Usage

  1. Open the Password Generator application.
  2. Select your desired password criteria:
    • Length of the password.
    • Include/exclude special characters.
    • Include/exclude numbers.
    • Include/exclude uppercase and lowercase letters.
  3. Click the "Generate Password" button.
  4. Copy the generated password to your clipboard for use.