Skip to content
Novus Examples

Security

The security category is a first-class hub for auth and PKI SAMPLE fixtures — published sample-only material that must never be used as a real identity. It deepens certificate and key coverage under permanent /files/security/… paths (the older data/security paths remain shipped and unchanged). Expect self-signed X.509 certificates and CSRs, RSA/Ed25519 keys, PKCS#12 SAMPLE bundles, JWT algorithm variants (none/HS/RS), JWKS documents, OAuth token-response JSON, CORS and CSP header text, htpasswd variants, and SSH known_hosts samples. Every private key and token is labelled SAMPLE and deliberately committed for parser, TLS, and auth-harness tests.

Filter security on Browse · 58 files · 8 subcategories

58 of 58 files

Headers

Htpasswd

Jwks

Jwt

Oauth

Pgp

Pki

Ssh

Frequently asked questions

Are these real certificates or secrets?

Never. Every key, cert, JWT, and token is published SAMPLE-only material under /files/security/… — do not use them as real identities. Older data/security paths remain shipped and unchanged.

What JWT algorithms are included?

SAMPLE JWTs for none, HS256/384/512, and RS256/384/512, plus expired and intentionally invalid tokens, JWKS, and OAuth token-response JSON.

Do you include CORS and CSP examples?

Yes — plain-text header fixtures for CORS, CSP, HSTS, and a deliberately misconfigured CORS sample for policy linters.