internal static class PasswordSaltAndHash
    {
        
...

C# password salt and hash

by https://www.google.com/accounts/o8/id?id=AItOawkvSzcZPVNSb5mjYOwoEqyN3vwh1shcI84, March 13, 2012 15:08, 8 refactorings, tagged with encryption, database, security, password, salt and hash

Is this valid and secure to...

55502f40dc8b7c769880b10874abc9d0 Talk
public class MvNetDB
    {
        protected mvAccount _account = null;
...

C# Help me with ineritance or ...

by mikeroosa.myopenid.com, February 05, 2009 13:27, 3 refactorings, tagged with C#, dry, database

I'm new to C# and working o...

56982d0ab4f8fdd82cf65d399f25b774 Talk