Skip to content

This password generator is designed to create strong, secure, and customizable passwords for enhanced security. Ideal for developers and users looking for a reliable way to generate passwords for their applications or personal use.

Notifications You must be signed in to change notification settings

Splash-Nemo/password-generator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

Random Password Generator

A simple and secure Java-based password generator. This tool creates strong, customizable passwords with options to include uppercase letters, lowercase letters, digits, and special characters.

Features:

Generate passwords of any length.
Customize the character set: uppercase, lowercase, digits, and special characters.
Uses SecureRandom for cryptographically strong randomness.

How to Use:

Set the desired password length and character options in the main method.
Run the program to generate a secure password.

Built With:

Java: Core language for implementation.
SecureRandom: Ensures high security with strong randomization.

About

This password generator is designed to create strong, secure, and customizable passwords for enhanced security. Ideal for developers and users looking for a reliable way to generate passwords for their applications or personal use.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages