Skip to content

arunike/Password-Validation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Password Validation

Description

A simple HTML showcase to show how password validation works and the logic behind it. Regular expressions were used to determine whether a password had at least one lowercase letter, one uppercase letter, one number, one symbol, and eight characters.