Skip to content

Latest commit

 

History

History
9 lines (7 loc) · 429 Bytes

README.md

File metadata and controls

9 lines (7 loc) · 429 Bytes

validate password examples

Secure Password requirements

  1. Password must contain at least one digit [0-9].
  2. Password must contain at least one lowercase Latin character [a-z].
  3. Password must contain at least one uppercase Latin character [A-Z].
  4. Password must contain at least one special character like ! @ # & ( ).
  5. Password must contain a length of at least 8 characters and a maximum of 20 characters.