Security Tools - Hash / Encryption / JWT / Passwords
14 toolsOnline security tools: MD5/SHA hash, HMAC, AES/RSA encryption, JWT decoder, TOTP, Bcrypt, password generator. Powered by Web Crypto API.
Hash & HMAC4
MD5 Hash
Online MD5 hash generator: enter text to get a 32-character MD5 hash. Computed locally in browser, data never sent.
Hash Generator
Online hash calculator: SHA-1, SHA-256, SHA-384, SHA-512. Powered by Web Crypto API, computed locally in browser.
Hash Verifier
Free online hash verifier tool. Supports MD5/SHA1/SHA256/SHA512 algorithms, text and file hash computation, one-click expected value comparison.
HMAC Generator
Free online HMAC hash generator supporting MD5, SHA1, SHA256, SHA384, and SHA512 algorithms with Hex and Base64 output.
Encryption4
AES Encrypt/Decrypt
Online AES-GCM encryption tool: PBKDF2 key derivation 256-bit. Processed locally in browser, ciphertext and password never sent.
RSA Encrypt/Decrypt
Free online RSA encryption and decryption tool. Supports 1024/2048/4096 bit key generation, public key encryption and private key decryption.
PGP Tool
Free online PGP encryption/decryption tool based on RSA + AES hybrid encryption, with key pair generation support.
Bcrypt Hash Generator
Online Bcrypt password hashing tool: generate password hashes and verify passwords against hashes. Adjustable salt rounds, essential for authentication development.
Auth & Certificates4
JWT Decoder
Online JWT (JSON Web Token) decoder with HS256 signature verification. View Header, Payload, and Signature segments. Decoded locally in your browser, token never sent to server.
JWT Generator
Free online JWT generator with HS256 signature algorithm. Custom Header and Payload, quickly generate test tokens.
TOTP Generator
Free online TOTP verification code generator, similar to Google Authenticator, with multi-secret management.
Certificate Decoder
Free online X.509 certificate decoder. Paste a PEM certificate to view Subject, Issuer, validity period, public key algorithm, fingerprint, and more.
Passwords2
Password Generator
Online secure password generator: customizable length, uppercase, lowercase, numbers, symbols. Uses crypto.getRandomValues for true randomness. Generated locally, never stored.
Password Strength Checker
Free online password strength checker that evaluates password security, provides improvement suggestions, and estimates crack time.