crypto.js
Provides some cryptographic functions.
Functions
OAT.Crypto.base64e(input)
Converts input to BASE64.
OAT.Crypto.base64d(input)
Converts input from BASE64.
OAT.Crypto.md5(input)
Calculates MD5 hash of input.
OAT.Crypto.sha(input)
Calculates SHA1 hash of input.
Referenced by...