An open API service indexing awesome lists of open source software.

https://github.com/shlok-nahar/password-generator

[Base] Simple Password Generator
https://github.com/shlok-nahar/password-generator

error-handling java json logger

Last synced: 3 months ago
JSON representation

[Base] Simple Password Generator

Awesome Lists containing this project

README

          

# Password Generator

This is a simple Java application that generates secure alphanumeric passwords, saves them to a JSON file, and allows users to specify a username for each generated password. This project uses secure random password generation and logs the process for monitoring.

## How To Use

### 1. Clone the Repository

Clone the repository to your local machine:

```bash
git clone https://github.com/Shlok-Nahar/Password-Generator.git
cd passwordgenerator
```

### 2. Build the Project

```bash
mvn clean compile
```

### 3. Running the Application

```bash
java -cp target/classes com.password.generator.Main
```