Posts by eantonio • 5 points
1 post
-
-2
votes3
answers27590
viewsA: How to encrypt and decrypt MD5 data using C#?
Would look like this: if(GerarHashMd5(senhaDigitada) == registroTabela.Senha) { ... } You must convert the password entered by the user to MD5 and after comparing with the MD5 password of the…