What this tool does
Encrypt and decrypt text with DES for legacy compatibility testing. All operations run locally.
Steps
- Click Generate Key to create a random 56‑bit effective key.
- Enter plaintext and click Encrypt to get Base64 ciphertext.
- Paste ciphertext and click Decrypt with the same key.
Examples
- Key: 7 bytes random → Encrypt: "test" → Base64 ciphertext.
Notes
- DES is deprecated and not secure for new systems; use AES instead.
- Keep the key safe; you need it to decrypt.
- Processing is local in your browser.