Skip to content

priyanshu5864/JavaPasswordGenerator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Secure Password Generator

A customizable and secure password generator built in Java. Users can define password length and choose which character types to include: uppercase letters, lowercase letters, digits, and special characters.

Features

  • Customizable password length
  • Option to include:
    • Uppercase letters
    • Lowercase letters
    • Numbers
    • Special characters
  • Secure random generation using SecureRandom
  • Input validation and error handling

Technologies Used

  • Java
  • SecureRandom API
  • Command-line interface (CLI)

Getting Started

Prerequisites

  • Java Development Kit (JDK) 8 or higher

Running the Application

  1. Clone the repository:
    git clone https://github.com/priyanshu5864/JavaPasswordGenerator

About

Password Generator project

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors