Security Demos

Interactive security demonstrations. Everything runs client-side.

⚠️ Educational purposes only. No data leaves your browser.

XSS Prevention

Beginner

Cross-Site Scripting injects malicious scripts. Try: <img src=x onerror=alert(1)>

Output:

(empty)

SQL Injection

Intermediate

Try: ' OR '1'='1 or '; DROP TABLE users; --

Hash Generator

Tool

Generate cryptographic hashes using Web Crypto API.

Password Analyzer

Tool

Analyze password strength with entropy calculation and crack time estimation.

JWT Decoder

Advanced

Decode JSON Web Tokens to inspect header and payload.

Encoding Tools

Tool

Encode and decode data in various formats.

More Security Projects