Exemple #1
0
 public IActionResult MD5Hash(string input)
 {
     return(Ok(Encrypting.MD5Hash(input)));
 }