Hardening C#.NET Web Apps - Password Hashing
CYBRScore
Cyberscore
Passwords are often the only line of defense between legitimate users and attackers. As such, they need to be protected as much as possible. In this lab, you will use the SQL Server Management Console to verify that passwords are stored in plaintext, apply password hashing for both the login procedure and the registration and test the changes.
Time
1 hour
Difficulty
Intermediate
Share
Time
1 hour
Difficulty
Intermediate
Join over 3 million cybersecurity professionals advancing their career
Sign up with
Required fields are marked with an *
or
Already have an account? Sign In »

Overview
Passwords are often the only line of defense between legitimate users and attackers. As such, they need to be protected as much as possible. In this lab, you will use the SQL Server Management Console to verify that passwords are stored in plaintext, apply password hashing for both the login procedure and the registration and test the changes.
Learning Partner