How do I generate an encryption hash in ASP.NET MVC?
Posted
by quakkels
on Stack Overflow
See other posts from Stack Overflow
or by quakkels
Published on 2010-05-10T17:42:48Z
Indexed on
2010/05/10
17:54 UTC
Read the original article
Hit count: 306
encryption
|asp.net-mvc
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.
© Stack Overflow or respective owner