Multi-method encoder, decoder, and layered auto-detector
CipherBox — manual transforms and layered detection.
Use manual mode to run exact transforms like Base64, HEX, AES-GCM, ChaCha20, Vigenère, and XOR. Or switch to auto-detector to peel back layered encodings and find human-readable messages.
Manual encode / decode
Pick a method, choose encode or decode, and CipherBox will run that exact transform on the input.
Output
Results from the selected transform appear here. You can swap or download them.
XOR outputs base64; Vigenère and Caesar act only on letters (A–Z, a–z).