CommandDialog

Text Hash Validator

Validate a text string against given hash by MD5, SHA1, SHA256, SHA224, SHA512, SHA384, SHA3, or RIPEMD160

Encrypt / Decrypt Text
Encrypt clear text or Decrypt ciphertext using symmetric encryption algorithms like AES, TripleDES, DES, Rabbit or RC4.
Text Hash Generator
Hash a text string using the function you need: MD5, SHA1, SHA256, SHA224, SHA512, SHA384, SHA3, or RIPEMD160
HMAC Generator
Computes a hash-based message authentication code (HMAC) using a secret key and your favorite hashing function.
HMAC Validator
Validates a text message against a given hash-based message authentication code (HMAC) using a secret key and your favorite hashing function.
Bcrypt Generator
Hash and compare text string using bcrypt. Bcrypt is a secure and widely used password-hashing function designed to resist brute-force attacks.
Bcrypt Validator
Validate text string against hash using bcrypt. Bcrypt is a secure and widely used password-hashing function designed to resist brute-force attacks.
Password Generator
Generate secure random passwords and tokens with your chosen mix of uppercase/lowercase letters, numbers, and symbols.
Password Strength Analyzer
Check the strength of your passwords or tokens securely with client-side analysis - your data stays private and safe.
RSA Key Pair Generator
Generate RSA key pairs (PEM format) with key length up to 4096 bit. All operations are in your browser, your private key never leaves your device.
RSA Public Key Recovery
Recover your lost RSA public key instantly. Securely generate the PEM-formatted public key from your private key, all within your browser for safety.