crypto.js

Provides some cryptographic functions.


Functions


Crypto.base64e(input)

Converts input to BASE64.

Crypto.base64d(input)

Converts input from BASE64.

Crypto.md5(input)

Calculates MD5 hash of input.

Crypto.sha(input)

Calculates SHA1 hash of input.