Skip to content

Latest commit

 

History

History
7 lines (4 loc) · 274 Bytes

File metadata and controls

7 lines (4 loc) · 274 Bytes

Aim: To check strength of Password in C++

If Password is 8-character long and have uppercase, lowercase , digit and special character then it is Strong

If Password is 6-chacter long with uppercase or Lowercase and special character then it is Moderate

otherwise its Weak