A very small, very simple, yet very secure encryption tool.
-
Updated
Jun 1, 2024 - Go
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 very small, very simple, yet very secure encryption tool.
Encrypt and Decrypt files securely in your browser.
A very small, very simple, yet very secure encryption tool.
A simple, modern, and secure encryption and signing tool that aims to be a better version of age and Minisign.
An easy-to-use XChaCha20-encryption wrapper for io.ReadWriteCloser (even lossy UDP) using ECDH key exchange algorithm, ED25519 signatures and Blake3+Poly1305 checksums/message-authentication for Go (golang). Also a multiplexer.
Diglol Crypto for Kotlin Multiplatform.
End-to-end encrypted file sharing.
A simple, modern and secure file encryption tool, file format and Rust library
Committing ChaCha20-BLAKE3, XChaCha20-BLAKE3, and XChaCha20-BLAKE3-SIV AEAD implementations.
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.
A simple, double-paranoid encryption library inspired by TripleSec.
Committing ChaCha20-BLAKE2b, XChaCha20-BLAKE2b, and XChaCha20-BLAKE2b-SIV AEAD implementations.
Secure symmetric encryption from the command line.
ChaCha20 Stream Cipher Encryption in V Language
XChaCha20 implementation in JavaScript (ES6).