ASP.NET Roles and Membership - Migrating SHA1 to SHA2

Amjad Akhtar 1 Reputation point
2022-12-07T13:55:01.13+00:00

Hi,

I have a ASP.NET web forms application that was originally developed in .NET 2.0 but was migrated to .NET4.7.2(just the framework) , its still using ASP.NET 2.0 roles and membership authentication scheme with SHA1 hashing algorithm.

I am recently being tasked to upgrade SHA1 hashing algorithm to SHA2 , and i assume it should be a relatively simple task other than asking existing users to reauthenticate their credentials under SHA2 hash.

Can someone share some articles or codebase for me to kick start this effort?

Thanks,
Amjad

ASP.NET
ASP.NET
A set of technologies in the .NET Framework for building web applications and XML web services.
3,248 questions