Advertisement
Guest User

Untitled

a guest
Nov 18th, 2019
108
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.22 KB | None | 0 0
  1. string source = txtSenha.Text;
  2. using (MD5 md5Hash = MD5.Create())
  3. {
  4. string hash = GetMd5Hash(md5Hash, source);
  5.  
  6.  
  7. senhaMd5 = hash;
  8.  
  9.  
  10. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement