Security (developer)

bcrypt

http://codahale.com/how-to-safely-store-a-password/

C#: var encryptedPwd = BCrypt.Net.BCrypt.HashPassword(passwordInClearText);

http://www.codeproject.com/Articles/475262/UseplusBCryptplustoplusHashplusYourplusPasswords

 

 

 

Leave a comment