🛡 Make safest code in Android. (基于libsodium实现chacha20算法,key在native中,防止被二次打包){长期维护,请star,勿fork}
-
Updated
Jan 5, 2024 - C
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}
Compile NGINX from source with custom modules and patches on Debian and Ubuntu
Usable, easy and safe pure-Rust crypto
Guidance on implementing cryptography as a developer.
A modern and easy-to-use cryptographic library for .NET 8+ based on libsodium
Audited & minimal JS implementation of Salsa20, ChaCha and AES
一个基于阿里云盘官方 API 授权的自动同步和备份工具,支持云盘挂载到本地,支持本地存储,支持加密,多平台、安全、自动化的数据管理方案。
Golang symmetric encryption library
'Extra featured' OpenSSL with ChaCha20 and Poly1305 support
🔑 NaCl.Core, a cryptography library for .NET
CRYPTOGAMS distribution repository
A modern cryptographic library for .NET 6+ based on libsodium and inspired by Monocypher.
Portable 8439: ChaCha20-Poly1305 (RFC 8439) in portable & fast C99
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.
Multiplatform multithread efficient stream rust ransomware
O(1) Cryptography is an easy to use, hard to misuse Java cryptographic library based on O(1) cryptographic algorithms
A C++ implementation of ChaCha20 & Poly1305 stream cipher described in RFC - 8439.