- Copyright:
- Version 2.2 Copyright Anonymous Contributor, Paul Johnston 2000 - 2009. Other contributors: Greg Holt, Andrew Kepert, Ydnar, Lostinet Distributed under the BSD License See http://pajhome.org.uk/crypt/md5 for details.
A JavaScript implementation of the Secure Hash Algorithm, SHA-512, as defined in FIPS 180-2
Methods
(protected, static) any()
These are the functions you'll usually want to call They take string arguments and return either hex or base-64 encoded strings
Returns:
This will return the new encode string
(protected, static) any_hmac()
These are the functions you'll usually want to call They take string arguments and return either hex or base-64 encoded strings
Returns:
This will return the new encode string
(protected, static) b64()
These are the functions you'll usually want to call They take string arguments and return either hex or base-64 encoded strings
Returns:
This will return the new encode string
(protected, static) b64_hmac()
These are the functions you'll usually want to call They take string arguments and return either hex or base-64 encoded strings
Returns:
This will return the new encode string
(protected, static) hex()
These are the functions you'll usually want to call They take string arguments and return either hex or base-64 encoded strings
Returns:
This will return the new encode string
(protected, static) hex_hmac()
These are the functions you'll usually want to call They take string arguments and return either hex or base-64 encoded strings
Returns:
This will return the new encode string