dojox/encoding/digests/MD5 (version 1.8)

computes the digest of data, and returns the result according to type outputType

Usage

MD5(data, outputType);
ParameterTypeDescription
datastring
outputTypeObject
Optional.

An object with the following properties:

  • Base64
  • Hex
  • String
  • Raw
Returns: undefined

Method Summary

  • _hmac(data, key, outputType) computes the digest of data, and returns the result according to type outputType

Methods

_hmac(data, key, outputType)

computes the digest of data, and returns the result according to type outputType

ParameterTypeDescription
datastring
keystring
outputTypeObject
Optional.

An object with the following properties:

  • Base64
  • Hex
  • String
  • Raw