Workflow · Security
Static site security pass
Check CSP, SRI, hashes, secrets and tokens for static sites.
01Build CSP
02Generate SRI
03Check hash
04Mask secrets
Workflow · Security
Check CSP, SRI, hashes, secrets and tokens for static sites.
01Build CSP
02Generate SRI
03Check hash
04Mask secrets
Build a conservative Content-Security-Policy starting point.
CSP header builder öffnenGenerate a SHA-384 integrity string for small local content.
SRI hash helper öffnenGenerate SHA-256 hashes in the browser.
Hash generator öffnenMask common API key, token and password patterns in text.
Secret redactor öffnenBuild a conservative Content-Security-Policy starting point.
WorkflowGenerate a SHA-384 integrity string for small local content.
WorkflowGenerate SHA-256 hashes in the browser.
WorkflowMask common API key, token and password patterns in text.
WorkflowGenerate simple technical random tokens.
Workflow