Create SHA-256 hash from a Blob/File in javascript
You may want to take a look at the Stanford JS Crypto Library GitHub Website with Examples From the website: SJCL is secure. It uses the industry-standard AES algorithm at 128, 192 or 256 bits; the SHA256 hash function; the HMAC authentication code; the PBKDF2 password strengthener; and the CCM and OCB authenticated-encryption modes. SJCL … Read more