|
|
Generating Forms Authentication Compatible Passwords (SHA1) |
|
|
Stardeveloper |
|
|
ASP.NET / User Management |
|
|
Click to Visit |
|
|
31 |
Safeguarding the passwords through the plain text form is a mere waste, as it could not be a secured properly. Now the users could encode their password which could not be retrieved by the intruders. This is possible only by generating SHA1, which is the main highlight of this article. Now it is good to save the password in a database using SHA1. No hackers could get the password even by viewing the database.
|