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
Flow
Check CSP, SRI, hashes, secrets and tokens for static sites. The flow is meant for repeatable small work: clean the input first, check the result, then copy it or pass it into the next step.
Start with the clearest raw material: text, link, number, list or data snippet. The cleaner the first input, the less rework follows.
CSP header builder, SRI hash helper, Hash generator, Secret redactor form the core path. They stay local in the browser and do not change files on your device.
Check the result before publishing, importing or sharing. Toolwise provides orientation and workflow convenience, not professional approval.
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