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 tool

Bcrypt Hash Analyzer

Parse an existing bcrypt hash string into its version, cost factor, salt, and hash components.

Open tool

MD4 Hash Reverser

Look up an MD4 hash against a small bundled dictionary of common values, entirely in your browser.

Open tool

MD5 Hash Reverser

Look up an MD5 hash against a small bundled dictionary of common values, entirely in your browser.

Open tool

MD6 Hash Reverser

Look up an MD6 hash against a small bundled dictionary of common values, entirely in your browser.

Open tool

Whirlpool Hash Reverser

Look up a Whirlpool hash against a small bundled dictionary of common values, entirely in your browser.

Open tool

MD2 Collision Generator

Live-search for two random inputs whose MD2 digests match on a truncated, user-chosen number of bits.

Open tool

MD4 Collision Generator

Live-search for two random inputs whose MD4 digests match on a truncated, user-chosen number of bits.

Open tool

MD5 Collision Generator

Live-search for two random inputs whose MD5 digests match on a truncated, user-chosen number of bits.

Open tool

Whirlpool Collision Generator

Live-search for two random inputs whose Whirlpool digests match on a truncated, user-chosen number of bits.

Open tool

HMAC Generator

Compute an HMAC (MD5, SHA-1, SHA-256, SHA-384, or SHA-512) for a message and secret key.

Open tool

Password Hash Identifier

Identify the likely algorithm behind a hash string by its prefix, structure, and length.

Open tool

JSON to SQL Safety Checker

Scan JSON string values for patterns commonly seen in SQL injection attempts.

Open tool

IP Allow List Generator

Build a CIDR-based allow or deny list for Nginx, HAProxy, or iptables.

Open tool

Firewall Rules Generator

Build firewall rules for UFW, iptables, or nftables from port/protocol/source/action rows.

Open tool

RSA/ECDSA Key Generator

Generate an RSA or ECDSA key pair with the Web Crypto API and export it as standard PEM.

Open tool

AES File Encryptor/Decryptor

Encrypt or decrypt a real file with password-based AES-256-GCM, entirely in your browser.

Open tool

JWT Builder

Build a JWT from a JSON payload and sign it with HS256, HS384, or HS512.

Open tool

JWT Debugger & Signature Verifier

Decode a JWT's header and payload, and verify its signature with a secret or public key.

Open tool

TOTP/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 tool

SSL Certificate Decoder & Inspector

Decode a PEM X.509 certificate's subject, issuer, validity, public key, and extensions.

Open tool

CSR Decoder

Decode a PEM CSR's subject, public key, and requested extensions like Subject Alternative Name.

Open tool

CSP Header Generator

Build a Content-Security-Policy header as the exact config snippet for Nginx, Apache, Express, or Next.js.

Open tool

CORS Configuration Generator

Build a CORS configuration as real syntax for Express, Next.js, Nginx, Apache, or Spring Boot.

Open tool

HTTP Security Headers Generator

Generate raw HTTP security header lines: HSTS, X-Frame-Options, Permissions-Policy rows, and COOP/COEP.

Open tool

SSH Config File Generator

Build a ~/.ssh/config file from repeatable Host blocks: alias, HostName, User, Port, IdentityFile, ProxyJump.

Open tool

SSH 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 tool

SSL/TLS Config Generator

Generate a hardened TLS config (protocols, ciphers, session settings) for Nginx, Apache, HAProxy, or Caddy, per Mozilla's SSL profiles.

Open tool

JWT Secret Generator

Generate a high-entropy HMAC secret sized correctly for HS256, HS384, or HS512, output as hex and base64.

Open tool

CSR 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 tool

HTML Entity Encoder

Escape HTML-significant characters so text renders literally.

Open tool

Random String Generator

Generate a random string with a chosen length and character sets.

Open tool

API Key Generator

Generate random API keys with a custom prefix, length, and character set.

Open tool

Diceware Passphrase Generator

Generate memorable, high-entropy passphrases from the EFF's short Diceware word list.

Open tool

Cryptographically Secure Password Generator

Generate strong, random passwords with crypto.getRandomValues(), no modulo bias, with an entropy estimate.

Open tool

Kubernetes NetworkPolicy Generator

Build a Kubernetes NetworkPolicy manifest with pod/namespace selectors, IP block rules, and separate ingress/egress rules.

Open tool

Kubernetes RBAC Generator

Build a Kubernetes Role or ClusterRole with rules, plus its matching RoleBinding or ClusterRoleBinding.

Open tool

Kubernetes ServiceAccount YAML Generator

Generate a Kubernetes ServiceAccount manifest with labels, annotations, token automounting, and image pull secrets.

Open tool

Docker Secrets Generator

Generate a Compose/Swarm secrets block (file-based or external), a service reference, and a BuildKit --secret build snippet.

Open tool

Environment Variable Encryptor

Generate an AES-256 key and IV for one secret env var, with matching openssl, Node, and PowerShell decrypt commands.

Open tool

Cloudflare Pages Security Headers Generator

Generate a Cloudflare Pages _headers snippet with HSTS, CSP, Referrer-Policy, and more, with sensible defaults.

Open tool

Cloudflare 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 tool

Random PIN Generator

Generate one or many random numeric PIN codes, 4-8 digits long, using a cryptographically secure random source.

Open tool