How do I generate an encryption hash in ASP.NET MVC?
- by quakkels
I am looking into creating a custom members login system (for learning) and I haven't been able to figure out the C# command to generate an encrypted hash.
Is there a certain namespace I need to import or anything like that?
Thanks for any help.