Skip to content

PetkovBG/Password-Generator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

Password-Generator

Built password generator with HTML, CSS & JavaScript

Pasword Generator tool that generates a random password following a given criteria

image

Criteria

Number of characters

The first criteria field the user can select is Number of characters. The number can be set by using the built in slider, by moving the arrow up/down in the input field or by simply typiing a number in the input field.

image image image

Include Uppercase

Second crieteria lets the user pick if the password needs to include an uppercase letters. The user can check the input box if that is his/her preference.

image

Include Numbers

Same as above the user can select this field by checking the box presented. If this option is marked the password will include numbers.

image

Include symbols

The option will add special symbols to the generated password. The user can select the box if he/she expects the password to include such characters.

image

Once done the user can select the Generate Password button which will display the password which will meet all given criteria

image

In the example below we have a password that has a length of 12, it includes uppercase characters, numbers and special characters. This is because the user selected number of characters to be 12 and the user selected all 3 optional fields for uppercase letters, numbers and symbols.

image

The tool works if only one or any given number of of the optional fields is selected. The example below is with selected length of 10 and include numbers box selected

image

The number of characters field does not allow the user to go below 1 so it always generates a password when the Generate Password button is selected

image

Example with length of 5, Uppercase and Symbol options selected

image

About

Built password generator with HTML, CSS & JavaScript

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published