SRI Hash Generator
Web
JavaScript
SRI or Sub Resource Integrity allows to specify computed hash to externally loaded javascript (and other contents) to ensure that they have not been tempered mid-flight. It is a common technique to use when loading jQuery javascript, for instance.
Check out this handy website to generate the required code easily.