Hacker News
new
past
comments
ask
show
jobs
points
by
dist-epoch
10 hours ago
|
comments
by
wren6991
10 hours ago
|
next
[-]
Requires a secure origin. If you serve a local (but non-localhost) SPA over HTTP then you're blocked from using crypto.subtle.digest. At least, that is one reason I have seen a hand-rolled SHA-256 deployed.
Edit: oh, and it forces async.
reply
by
theultdev
8 hours ago
|
prev
|
[-]
no incremental hashing, so you can't hash files too large for ram.
I do use it for smaller files though, it's much faster.
reply