A simple, modern and secure file encryption tool, file format and Rust library
-
Updated
Feb 28, 2025 - Rust
ChaCha is a family of stream ciphers developed by Daniel J. Bernstein. It is part of the popular authenticated encryption algorithm ChaCha20-Poly1305.
The canonical 20-round version is ChaCha20, though the faster, reduced-round variants ChaCha8 and ChaCha12 also see some use.
The XChaCha family features an extended nonce.
A simple, modern and secure file encryption tool, file format and Rust library
CryptGuard is a comprehensive cryptographic library, offering robust encryption and decryption capabilities. It integrates traditional cryptography with post-quantum algorithms, ensuring resilience against quantum computing threats.
Secure symmetric encryption from the command line.
Lazy XChaCha20-Poly1305 in Rust base on RustCrypto: ChaCha20Poly1305.