005
ENCRYPT / DECRYPT
001
SETTINGS
002
PLAINTEXT INPUT
004
ABOUT ENCRYPTION
AES (Advanced Encryption Standard): The most widely used encryption algorithm. Highly secure and efficient for most use cases.
TripleDES: Legacy algorithm applying DES three times. Still secure but slower than AES.
Rabbit: High-speed stream cipher. Fast and secure for real-time applications.
RC4: Stream cipher. Fast but has known vulnerabilities; use only for legacy compatibility.
Note: All encryption is performed client-side. Your secret key and data never leave your browser.