Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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)