Encrypts and decrypts text using the Vigenère cipher — a polyalphabetic substitution cipher that uses a keyword to vary the shift for each letter. Much stronger than the Caesar cipher against frequency analysis. Supports both encryption and decryption modes when the keyword is known.
Enter text and a keyword to encrypt or decrypt using the Vigenère cipher. For simple single-shift encryption, use the Caesar Cipher.
Keyword "KEY"
Input
Hello World
Output
Rijvs Uyvjn
Encrypt and decrypt text using the Caesar (ROT-N) substitution cipher.
Encode or decode text using the ROT13 substitution cipher.
Generate HMAC signatures using SHA-256, SHA-512, and other algorithms.
Generate MD5, SHA-1, SHA-256, SHA-512 hashes from text.
Check password strength against security criteria and estimate crack time.
Validate credit card numbers using the Luhn algorithm.