SwiftVault Web Tools CipherBox · Encode & decode
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.

AES-GCM / ChaCha20 use PBKDF2-HMAC-SHA256 (100k) and output base64(salt | nonce | tag | ct).

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).
Manual mode CipherBox runs exactly the transform you select. Use auto-detector when you are not sure which layers were applied.