CryptaVault implements classical ciphers for educational purposes only.
The ciphers in this tool (Caesar, Vigenère, Atbash, Rail Fence) are historical and easily broken with modern cryptanalysis. Do not use them to protect real data.
Use modern standards:
- Symmetric: AES-256-GCM
- Asymmetric: RSA-4096 or Ed25519
- Hashing: SHA-256 or bcrypt (for passwords)
Open a GitHub issue for bugs or UI problems.