Repository navigation
ChaCha
- Website
- Wikipedia
- 维基百科
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.
🛡 Make safest code in Android. (基于libsodium实现chacha20算法,key在native中,防止被二次打包){长期维护,请star,勿fork}
Usable, easy and safe pure-Rust crypto
Compile NGINX from source with custom modules and patches on Debian and Ubuntu
A simple, modern, and secure encryption and signing tool that aims to be a better version of age and Minisign.
A modern and easy-to-use cryptographic library for .NET based on libsodium
Audited & minimal JS implementation of Salsa20, ChaCha and AES
Sockets with pure VB6 impl of TLS encryption
Golang symmetric encryption library
🔑 NaCl.Core, a cryptography library for .NET
A modern cryptographic library for .NET 8+ based on libsodium and inspired by Monocypher.
Portable 8439: ChaCha20-Poly1305 (RFC 8439) in portable & fast C99
A fast crypto library for .NET
A Secure file transfer utility & library. The library utilizes SPAKE2 for key negotiation over an insecure channel, and ChaCha20Poly1305 Authenticated Encryption to encrypt the file with the derived shared symmetric key. This enables two peers to transfer a file over any channel without needing to trust the intermediary relay.
A C++ implementation of ChaCha20 & Poly1305 stream cipher described in RFC - 8439.
A simple, modern and secure file encryption tool, file format and Rust library
O(1) Cryptography is an easy to use, hard to misuse Java cryptographic library based on O(1) cryptographic algorithms