Free Online Security Tools
Security work demands tools you can trust with sensitive input. This collection covers the everyday tasks: generate MD5, SHA-1, SHA-256 or SHA-512 hashes and checksums with the WebCrypto API, decode a JWT to inspect its header and payload, create cryptographically strong random passwords, escape HTML entities to prevent XSS, or apply the classic ROT13 cipher.
Because everything executes client-side in your browser, the tokens, secrets, and text you paste are never transmitted anywhere — a hard requirement when you are debugging production credentials. Each tool is free, instant, and works without an account.
All Security Tools (5)
Hash Generator
Generate MD5, SHA-1, SHA-256 and SHA-512 hashes instantly in your browser. Free client-side checksum calculator — your text never leaves your device.
Launch ToolHTML Entity Encoder
Escape HTML characters online — encode <, >, & and quotes into safe HTML entities to prevent XSS and display code snippets. Free and client-side.
Launch ToolSecure Password Generator
Generate strong, random 16-character passwords using cryptographically secure randomness — created in your browser, never sent to any server.
Launch ToolJWT Decoder
Decode JWT tokens to view the header and payload instantly — inspect claims without verifying the signature. Free, client-side JWT decoder viewer.
Launch ToolROT13 Encoder/Decoder
Encode or decode ROT13 text instantly — the classic Caesar substitution cipher that is its own inverse. Free, client-side ROT13 cipher translator.
Launch Tool