api documentation for crypto (v0.0.3)

JavaScript implementations of standard and secure cryptographic algorithms.

table of contents

  1. module crypto
    1. object crypto.md5
    2. object crypto.sha1
  2. module crypto.md5
    1. function crypto.md5.hex_md5 (s)
  3. module crypto.sha1
    1. function crypto.sha1.b64_hmac_sha1 (key, data)
    2. function crypto.sha1.b64_sha1 (s)
    3. function crypto.sha1.hex_hmac_sha1 (key, data)
    4. function crypto.sha1.hex_sha1 (s)
    5. function crypto.sha1.str_hmac_sha1 (key, data)
    6. function crypto.sha1.str_sha1 (s)

module crypto

module crypto.md5

function crypto.md5.hex_md5 (s)

module crypto.sha1

function crypto.sha1.b64_hmac_sha1 (key, data)

function crypto.sha1.b64_sha1 (s)

function crypto.sha1.hex_hmac_sha1 (key, data)

function crypto.sha1.hex_sha1 (s)

function crypto.sha1.str_hmac_sha1 (key, data)

function crypto.sha1.str_sha1 (s)

[ this document was created with utility2 ]