My favorites | Sign in
Project Hosting will be READ-ONLY Thursday at 3:00pm UTC for up to 3 hours for network maintenance.
Project Home Downloads Wiki Issues Source
Search
for
API_Hash  
Module "hash"
Updated Nov 23, 2010 by ondrej.zara

Hashing module

Defined in file hash.js.

  • require("hash").md5("whatever") - computes a MD5 hash. Input can be a string or Buffer; output is a string.
  • require("hash").sha1("whatever") - computes a SHA1 hash. Input can be a string or Buffer; output is a string.

Sign in to add a comment
Powered by Google Project Hosting