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
This crate implements ChaCha20-IETF, Poly1305 and ChachaPoly-IETF for `crypto_api`
CLI password manager with encryption: AES256, Salsa20 and Chacha20, with cross platform and exclusive features
🔐 A CLI tool to encrypt and decrypt large amounts of files in a breeze
implementations of various cryptographic algorithms, including both symmetric and asymmetric encryption, hashing, and key exchange techniques
zero dependency, stack allocated ChaCha20 implementation
Lazy ChaCha20-Poly1305 in Rust base on RustCrypto: ChaCha20Poly1305.
This crate implements the `crypto_api` with libsodium as backend