security
43 tools tagged "security".
Bcrypt Hash Calculator
Generate a bcrypt hash of a password with a chosen cost factor, entirely in your browser.
Open toolBcrypt Hash Analyzer
Parse an existing bcrypt hash string into its version, cost factor, salt, and hash components.
Open toolMD4 Hash Reverser
Look up an MD4 hash against a small bundled dictionary of common values, entirely in your browser.
Open toolMD5 Hash Reverser
Look up an MD5 hash against a small bundled dictionary of common values, entirely in your browser.
Open toolMD6 Hash Reverser
Look up an MD6 hash against a small bundled dictionary of common values, entirely in your browser.
Open toolWhirlpool Hash Reverser
Look up a Whirlpool hash against a small bundled dictionary of common values, entirely in your browser.
Open toolMD2 Collision Generator
Live-search for two random inputs whose MD2 digests match on a truncated, user-chosen number of bits.
Open toolMD4 Collision Generator
Live-search for two random inputs whose MD4 digests match on a truncated, user-chosen number of bits.
Open toolMD5 Collision Generator
Live-search for two random inputs whose MD5 digests match on a truncated, user-chosen number of bits.
Open toolWhirlpool Collision Generator
Live-search for two random inputs whose Whirlpool digests match on a truncated, user-chosen number of bits.
Open toolHMAC Generator
Compute an HMAC (MD5, SHA-1, SHA-256, SHA-384, or SHA-512) for a message and secret key.
Open toolPassword Hash Identifier
Identify the likely algorithm behind a hash string by its prefix, structure, and length.
Open toolJSON to SQL Safety Checker
Scan JSON string values for patterns commonly seen in SQL injection attempts.
Open toolIP Allow List Generator
Build a CIDR-based allow or deny list for Nginx, HAProxy, or iptables.
Open toolFirewall Rules Generator
Build firewall rules for UFW, iptables, or nftables from port/protocol/source/action rows.
Open toolRSA/ECDSA Key Generator
Generate an RSA or ECDSA key pair with the Web Crypto API and export it as standard PEM.
Open toolAES File Encryptor/Decryptor
Encrypt or decrypt a real file with password-based AES-256-GCM, entirely in your browser.
Open toolJWT Builder
Build a JWT from a JSON payload and sign it with HS256, HS384, or HS512.
Open toolJWT Debugger & Signature Verifier
Decode a JWT's header and payload, and verify its signature with a secret or public key.
Open toolTOTP/2FA Authenticator & Token Generator
Generate live RFC 6238 TOTP codes from a Base32 secret, or create a new secret with a scannable QR code.
Open toolSSL Certificate Decoder & Inspector
Decode a PEM X.509 certificate's subject, issuer, validity, public key, and extensions.
Open toolCSR Decoder
Decode a PEM CSR's subject, public key, and requested extensions like Subject Alternative Name.
Open toolCSP Header Generator
Build a Content-Security-Policy header as the exact config snippet for Nginx, Apache, Express, or Next.js.
Open toolCORS Configuration Generator
Build a CORS configuration as real syntax for Express, Next.js, Nginx, Apache, or Spring Boot.
Open toolHTTP Security Headers Generator
Generate raw HTTP security header lines: HSTS, X-Frame-Options, Permissions-Policy rows, and COOP/COEP.
Open toolSSH Config File Generator
Build a ~/.ssh/config file from repeatable Host blocks: alias, HostName, User, Port, IdentityFile, ProxyJump.
Open toolSSH Key Generator Commands
Get the exact local ssh-keygen command for Ed25519 or RSA, with your chosen comment and filename. Commands only, no key material.
Open toolSSL/TLS Config Generator
Generate a hardened TLS config (protocols, ciphers, session settings) for Nginx, Apache, HAProxy, or Caddy, per Mozilla's SSL profiles.
Open toolJWT Secret Generator
Generate a high-entropy HMAC secret sized correctly for HS256, HS384, or HS512, output as hex and base64.
Open toolCSR Generator Commands
Get the exact local openssl req command to generate a CSR and private key for your subject, key type, and SANs. Commands only, no key material.
Open toolHTML Entity Encoder
Escape HTML-significant characters so text renders literally.
Open toolRandom String Generator
Generate a random string with a chosen length and character sets.
Open toolAPI Key Generator
Generate random API keys with a custom prefix, length, and character set.
Open toolDiceware Passphrase Generator
Generate memorable, high-entropy passphrases from the EFF's short Diceware word list.
Open toolCryptographically Secure Password Generator
Generate strong, random passwords with crypto.getRandomValues(), no modulo bias, with an entropy estimate.
Open toolKubernetes NetworkPolicy Generator
Build a Kubernetes NetworkPolicy manifest with pod/namespace selectors, IP block rules, and separate ingress/egress rules.
Open toolKubernetes RBAC Generator
Build a Kubernetes Role or ClusterRole with rules, plus its matching RoleBinding or ClusterRoleBinding.
Open toolKubernetes ServiceAccount YAML Generator
Generate a Kubernetes ServiceAccount manifest with labels, annotations, token automounting, and image pull secrets.
Open toolDocker Secrets Generator
Generate a Compose/Swarm secrets block (file-based or external), a service reference, and a BuildKit --secret build snippet.
Open toolEnvironment Variable Encryptor
Generate an AES-256 key and IV for one secret env var, with matching openssl, Node, and PowerShell decrypt commands.
Open toolCloudflare Pages Security Headers Generator
Generate a Cloudflare Pages _headers snippet with HSTS, CSP, Referrer-Policy, and more, with sensible defaults.
Open toolCloudflare Pages CSP Header Generator
Build a Content-Security-Policy header string for Cloudflare Pages, with toggles for common sources and a report-only mode.
Open toolRandom PIN Generator
Generate one or many random numeric PIN codes, 4-8 digits long, using a cryptographically secure random source.
Open tool