Security / Crypto Tools
JWT, bcrypt, HMAC, TOTP, SAML, PKCE, SSH, CSR, RSA keys.
42 tools · all run in your browser
Hash Generator v2
Generate cryptographic hashes with streaming
HMAC Generator v2
Generate HMAC with multiple algorithms
JWT Encoder
Encode a JWT token from header, payload, and secret
Bcrypt Hash Tester
Generate bcrypt hashes and verify passwords against hashes
HMAC Generator
Generate HMAC signatures using SHA-256, SHA-512, and more
Password Strength Analyzer
Analyze password strength with entropy and crack-time estimates
TOTP / 2FA Generator
Generate time-based one-time passwords from a secret key
SAML Response Decoder
Decode Base64-encoded SAML responses into readable XML
OAuth PKCE Generator
Generate PKCE parameters with S256/plain support, state, and nonce. Includes OAuth flow examples
SSH Key Fingerprint
Calculate the fingerprint of an SSH public key
CSR Decoder
Decode PEM-encoded Certificate Signing Requests
Secrets Scanner
Scan text/code for leaked API keys, tokens, and credentials
RSA Keypair Generator
Generate RSA public/private keypairs in PEM format
JWT Timeline
Decode JWT + show iat / nbf / exp as ISO + delta from now
AES Encrypt / Decrypt
AES-256-GCM encryption with authenticated ciphertext (iv:tag:body)
ROT13 Cipher
Classic Caesar-13 substitution — encrypt and decrypt are the same op
Caesar Cipher
Shift letters by any N positions (±26) — enc/dec with custom shift
Vigenère Cipher
Polyalphabetic cipher using a keyword — stronger than Caesar
Atbash Cipher
Hebrew alphabet substitution — A↔Z, B↔Y — self-inverse
Rail Fence Cipher
Transposition cipher in a zig-zag pattern across N rails — enc/dec
Password Strength Checker
Analyze password strength with recommendations
File Hasher
Calculate file hashes (MD5, SHA256, SHA512, etc)
OAuth Tokenizer
Parse and validate OAuth tokens with claims extraction and expiration analysis
JWT Playground
Interactive JWT debugger with encoding, decoding, and verification
Certificate Parser
Parse X.509 SSL certificates with full metadata and validity checking
TLS Cipher Analyzer
Analyze TLS cipher suites and security strength recommendations
PGP Key Parser
Parse and validate PGP/GPG keys with fingerprint and user ID extraction
SSH Key Converter
Convert between SSH key formats (OpenSSH, PEM, PuTTY) with validation
Entropy Calculator
Calculate password/string entropy and strength metrics with detailed analysis
Bcrypt Simulator
Simulate bcrypt hashing with configurable rounds and cost analysis
Argon2 Simulator
Simulate Argon2 password hashing with time/memory cost configuration
TLS Certificate Generator
Generate self-signed TLS certificates with custom CN, validity, and key size configuration
CSR Generator
Generate Certificate Signing Requests (CSR) for CAs with subject information
Key Pair Generator
Generate RSA or EC key pairs with configurable key size and curve
Signature Verifier
Verify RSA/EC cryptographic signatures with public key validation
HMAC Verifier
Verify HMAC-SHA256 signatures with constant-time comparison analysis
Hash Verifier
Verify file/content hash integrity with algorithm detection and mismatch reporting
Certificate Chain Validator
Validate certificate chains for completeness, signatures, dates, and trust paths
CRL Checker
Check Certificate Revocation Lists (CRL) for certificate revocation status
OCSP Responder Simulator
Simulate Online Certificate Status Protocol (OCSP) responses for real-time revocation checking
Pinning Validator
Validate certificate pinning configurations and verify public key hash pins
SQL Injection Detector
Detect potential SQL injection vulnerabilities in query strings