crypto is a single point solution to get different encryption and hashing for a single term
-
Updated
Feb 13, 2019 - JavaScript
crypto is a single point solution to get different encryption and hashing for a single term
Generates the SRI hash of the given string to use with CDN resources without publishing the content to CDN.
JavaScript implementation of SHA (1/256/384/512) checksum calculation for the browser. It uses the browsers own SubtleCrypto interface. Multiple representations of the message digest are available (e.g. hexadecimal, base32, base64, ...)
#️⃣ Generate a hex string digest from a given message.
Add a description, image, and links to the sha384 topic page so that developers can more easily learn about it.
To associate your repository with the sha384 topic, visit your repo's landing page and select "manage topics."