Please note, this is a STATIC archive of website developer.mozilla.org from 03 Nov 2016, cach3.com does not collect or store any user information, there is no "phishing" involved.

GaspardP

Member since
GaspardP

Recent Docs Activity

View all activity
Page Date Comment

SubtleCrypto.digest()


Corrected the hex function to output the correct digest. The result can be checked with python -c 'from hashlib import sha256;print sha256("foobar").hexdigest()'