Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/wilcywilson/passwordgenerator-webapp
A password generator web application with some customization options to generate different type of passwords using Spring Boot, Hibernate,Maven
https://github.com/wilcywilson/passwordgenerator-webapp
hibernate-jpa maven random-password-generator spring-boot thymeleaf
Last synced: 2 days ago
JSON representation
A password generator web application with some customization options to generate different type of passwords using Spring Boot, Hibernate,Maven
- Host: GitHub
- URL: https://github.com/wilcywilson/passwordgenerator-webapp
- Owner: WilcyWilson
- Created: 2021-11-02T20:18:17.000Z (about 3 years ago)
- Default Branch: starting_up_1
- Last Pushed: 2024-09-08T22:11:12.000Z (2 months ago)
- Last Synced: 2024-09-08T23:26:02.076Z (2 months ago)
- Topics: hibernate-jpa, maven, random-password-generator, spring-boot, thymeleaf
- Language: Java
- Homepage:
- Size: 2.44 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Random Password Generator Web Application
## [Password Generator Website](https://passwordgenerator-2ob7.onrender.com/)
## Demo
![Testing](testing6.gif)
A password generator web application with some customization options to generate different type of passwords using Spring Boot, Hibernate,Maven.
## What is Random Password Generator
A random password generator is software program or hardware device that takes input from a random or pseudo-random number generator and automatically generates a password. Random passwords can be generated manually, using simple sources of randomness such as dice or coins, or they can be generated using a computer.
[Source Link](https://en.wikipedia.org/wiki/Random_password_generator#Java)
## Unit Testing the Password Generator Algorithm
![Test](test.png)