|
security
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
.NET Securitymicrosoft.public.dotnet.security
Mike -
2 Jun 2009 4:51 PM - 4 messages
Hi, I'm catching up to .NET development and I'll reached a point where the security aspects are raising a barrier to usefulness and productivity. It appears the CAS have evolved from 1.0 to present ...
BillAtWork -
1 Jun 2009 10:48 AM - 2 messages
Hi, I'm using a routine like the one below to hash user passwords during a login process and compare them to the hashed version stored in our DB. private void HashPassword() { System.Text.UTF8Encoding encoder = new System.Text.UTF8Encoding(); ...
|
|||||||||||||||||||||||