This tool provides three classic encryption methods:
- Caesar Cipher - A substitution cipher where each letter is shifted by a fixed number of positions.
- Vigenère Cipher - A polyalphabetic substitution cipher that uses a keyword to determine varying shifts.
- XOR Cipher - A symmetric encryption that uses the XOR operation between text and key.
You can use this tool to both encrypt your sensitive information and decrypt previously encrypted messages.