Back to Browse

Password Strength Checker Tool using C# | HCoder

2.3K views
Sep 12, 2022
32:08

Password Strength Checker Tool using C# | HCoder In this video, we are creating a Password Strength finder tool using C#. Password Strength Finder Tool helps us to evaluate passwords based on various criteria. Here we are considering 6 scenarios for evaluating a password. Password should have an Uppercase character, a lowercase character, a number, a symbol(special character), a length of a minimum of 8 characters, and finally, the password should not exist in a common password list. Based on all these above-mentioned criteria, we provide a score to the password for every strength it satisfies. We arrive at a final score of 100 and provide a different error message based on the range and also provide additional suggestions as to what to do to make the password stronger and harder to crack. The source code is available in git in this path https://github.com/HCoderDev/LearnCSharp/tree/main/PasswordStrengthFinder We start with a Form project in C#. We do the normal UI event handling stuff and proceed to create a Password validator class. We explore a way to populate the strength criteria and whether they are satisfied or not in a dictionary. we also check whether the password is in the common password list and based on how important a criterion is weights are assigned. Finally, the password score is calculated based on the criteria satisfied and additional suggestions are given to the user based on the criteria not met. Only when we have a password score of 80, we are allowing users to proceed. Password Strength finder tool is used in almost all the websites and apps requiring logging in. It helps to form complicated passwords that are relatively harder to crack than the simple ones that users may come up with without using this tool. Subscribe to this channel for more programming videos. This channel covers project tutorials and certain solutions for scenarios like this. Ask your doubts in the comment section. C# check password strength, password strength checker C# code, password strength check in C#, C# password strength checker, password strength indicator C#, password validation in C#, C# password validation, password strength check using C#, password strength checker C#, password strength C#, password strength, password strength check, password strength validation, strong password check, C# check password, password validation, password check, password checker, password C#

Download

1 formats

Video Formats

360pmp446.4 MB

Right-click 'Download' and select 'Save Link As' if the file opens in a new tab.