Closed GoogleCodeExporter closed 8 years ago
core.js and sha1.js are the only files needed. If you don't get a hex string
from toString(), then something very weird is going on, and you should post the
code that reproduces the issue.
Original comment by Jeff.Mott.OR
on 14 Nov 2013 at 9:41
False alarm, feel free to close.
The error is due to a mismatch that occurs between versions. With core.js 3.0.2
and sha1.js (or md5.js for that matter) 3.1.2,
document.write(CryptoJS.SHA1("some-string"))
outputs "[object Object]"
Original comment by ddascale...@gmail.com
on 15 Nov 2013 at 11:59
Original comment by Jeff.Mott.OR
on 15 Nov 2013 at 4:06
Original issue reported on code.google.com by
ddascale...@gmail.com
on 14 Nov 2013 at 9:00