namespace
SAPO.Utility.Crypto
Encryptation Utilities
Function Summary
Function Details
function md5
return the md5 value of the string
Parameters:
string
Returns:
md5 encrypt of the string
function sha1
return the msg encrypted in sha1
Parameters:
msg
Returns:
the message encrypted in sha1
function sha256
return the s encrypted in sha256
Parameters:
s
Returns:
the s encrypted in sha256