Found 86 repositories(showing 30)
paulmillr
Audited & minimal JS implementation of Salsa20, ChaCha and AES
DavyLandman
Portable 8439: ChaCha20-Poly1305 (RFC 8439) in portable & fast C99
calvinmetcalf
chacha20/poly1305 with the node api
baderouaich
A Simple, Reliable and Efficient Encryption Tool
jonasschnelli
Simple ChaCha20Poly1305@Bitcoin C implementation
ph4r05
Pure python ChaCha20Poly1305 implementation
codahale
An implementation of the chacha20poly1305 AEAD construction.
landhb
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.
aead
ChaCha20Poly1305 and XChaCha20Poly1305 AEAD implementations
devi
Chacha20Poly1305 AEAD
radumarias
A Python encryption library implemented in Rust. It supports AEAD with AES-GCM and ChaCha20Poly1305. It uses ring crate to handle encryption
h-yamamo
Support ChaCha20+Poly1305 cipher suites for Debian/Ubuntu packages.
cyntrisec
Attestation-bound encrypted tensor transport for confidential ML inference over VSock/TCP. Binary framing, X25519+ChaCha20Poly1305 AEAD, 3-message attested handshake.
FPGA-House-AG
ChaCha20-Poly1305 AEAD in VHDL
kmp-beyond-kotlin
A Kotlin secret cipher using chacha20poly1305 with Rust
arg2u
Chargo is a tool for file encryption/decryption. It's based on Argon2 and ChaCha20Poly1305 algorithms.
brookman
Fast ChaCha20Poly1305 encryption for Flutter powered by Rust
Alexzava
A pure Go implementation of ChaCha20Poly1305 and its extended nonce variant XChaCha20Poly1305 with MemGuard in order to protect the key in memory
entropyxyz
x25519 key exchange and chacha20poly1305 encryption, with WASM bindings.
IETF draft for ChaCha20+Poly1305 in TLS
as
base64-encoded token system utilizing xchacha20poly1305 (see also: branca)
samuel-lucas6
Key-committing ChaCha20-Poly1305.
ahdinosaur
🤫 A protocol for an authenticated and encrypted message stream
lucas-clemente
No description available
mrf345
Fast drag & drop cross-platform files encryption tool (chacha20poly1305 + argon2id)
hazae41
WebAssembly port of Aes128Ctr128Be and ChaCha20Poly1305 encryption algorithms
22deeme22
A CLI password manager in Rust, using ChaCha20Poly1305 for encryption and Argon2 for key derivation
blackshirt
Chacha20Poly130 Authenticated Encryption with Additional Data (AEAD) module for V Language
A reusable version of ChaCha20Poly1305 for use with cryptography and asyncio
devfacet
A Golang library that provides various cipher implementations.