Subresource Integrity (SRI)
A simple way to compute Subresource Indentity, i.e. base64 encoded sha (256, 384, 512) of assets files used in `link` and `script` tags
Description
A simple way to compute base64 encoded sha (256, 384, 512) of assets files used in link
and script
tags.
You specify the files in a xml file and get the results with the provided data source
See https://developer.mozilla.org/en-US/docs/Web/Security/Subresource_Integrity for more details on SRI.