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
- Host: GitHub
- URL: https://github.com/shlok-nahar/password-generator
- Owner: Shlok-Nahar
- License: mit
- Created: 2024-12-08T11:24:52.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2024-12-14T22:19:00.000Z (10 months ago)
- Last Synced: 2024-12-20T07:13:23.961Z (10 months ago)
- Topics: error-handling, java, json, logger
- Language: Java
- Homepage:
- Size: 1.94 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```