Beispiel #1
0
 public string HashPassword(string password)
 {
     return(AESHelper.AES_Encryption(password));
 }