Back to tools
CSP Policy Generator
What is CSP?
Content Security Policy (CSP) is an HTTP header that allows administrators to control which resources can be loaded on a web page. It's one of the best defenses against XSS.
- default-src: Default policy
- script-src: Allowed sources for JavaScript
- style-src: Allowed sources for CSS
- img-src: Allowed sources for images
- font-src: Allowed sources for fonts
Related Tools
Fail2Ban Jails Generator
Generate Fail2Ban jail configurations
Self-Signed Certificate Generator
Generate X.509 self-signed certificates with RSA 2048/4096 bits for development and local testing.
PKCS#12 / PFX Inspector
Inspect PFX/P12 file contents: certificates, CAs, keys and details.
JWE Decoder
Decode and analyze JWE (JSON Web Encryption) tokens showing their parts.