[Elements] are optional
Class SAPO.Utility.Crypto
class
SAPO.Utility.Crypto
Encryptation Utilities
Defined in
Utility/Crypto/0.1/lib.jsInclusion link: http://js.sapo.pt/SAPO/Utility/Crypto/0.1/
Sample: http://js.sapo.pt/SAPO/Utility/Crypto/sample/
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