poly1305
There are 66 repositories under poly1305 topic.
paragonie/halite
High-level cryptography interface powered by libsodium
orion-rs/orion
Usable, easy and safe pure-Rust crypto
neilalexander/jnacl
Pure Java implementation of curve25519, salsa20, hsalsa20, xsalsa20 and poly1305 cryptographic primitives, along with a NaCl "Box" implementation
daviddesmet/NaCl.Core
🔑 NaCl.Core, a cryptography library for .NET
samuel-lucas6/Geralt
A modern cryptographic library for .NET 8+ based on libsodium and inspired by Monocypher.
polfosol/micro-AES
A minimalist implementation of AES algorithms in C
xaionaro-go/secureio
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.
andy-goryachev/MemSafeCrypto
A subset of BouncyCastle crypto primitives, refactored to use DirectByteBuffer.
diglol/crypto
Diglol Crypto for Kotlin Multiplatform.
ph4r05/py-chacha20poly1305
Pure python ChaCha20Poly1305 implementation
dunkelstern/mbedtls-esp8266
Updated and Upgraded mbedTLS library for the ESP8266 (probably ESP32 too)
mrdcvlsc/ChaCha20-Poly1305
A C++ implementation of ChaCha20 & Poly1305 stream cipher described in RFC - 8439.
sorairolake/abcrypt
A simple, modern and secure file encryption tool, file format and Rust library
pedroalbanese/edgetk
🔒 Encrypted Data Gateway Engine - Command-line Integrated Security Suite written in Go (OpenSSL compliant)
aead/poly1305
The poly1305 message authentication code
AntonKueltz/rfc7539
AEAD cipher based on ChaCha20 stream cipher and Poly1305 MAC
GeneralZero/ChaCha-and-Salsa
A simple, commented and readable python implementation of ChaCha, Salsa, Poly1305, MD2, MD4, MD5, SHA1, SHA2, SHA3, Blake, Blake2, DES, 3DES, and more
andreypfau/kotlinx-crypto
A multiplatform Kotlin library providing basic cryptographic functions and primitives
ewd340/kr
A simple file encryption/decryption program using Monocypher.
yolateng0/Wireguard_install
Install Wireguard VPN + DNS resolvers debian ubuntu arch fedora server
dmaixner/esp8266-chachapoly
Simple encapsulation library for [Crypto](https://github.com/rweather/arduinolibs/tree/master/libraries/Crypto) library, used for encrypting and decrypting with ChaCha20 and Poly1305 algorithms.
KizzyCode/crypto_api_chachapoly
This crate implements ChaCha20-IETF, Poly1305 and ChachaPoly-IETF for `crypto_api`
jedisct1/xsecretbox
Go implementation of crypto_secretbox_xchacha20poly1305
Sina-Ghaderi/rabaead
go rabbit poly1305 aead cipher package
Varbin/python-poly1305
Poly1305 in python
samuel-lucas6/kcChaCha20-Poly1305
Key-committing ChaCha20-Poly1305.
tensortask/spice
Chunked Encryption W/ Curve25519, XSalsa20 Poly1305, and Nonce Chaining
blackshirt/poly1305
Poly1305 one-time message authenticated code (MAC) module for V Language
nuxed/crypto
The Nuxed Crypto component provides a high-level cryptography interface that relies on libsodium for all of its underlying cryptography operations.
angeal185/rabbit-cipher
rabbit 128bit cipher with poly1305 in javascript
blackshirt/chacha20poly1305
Chacha20Poly130 Authenticated Encryption with Additional Data (AEAD) module for V Language
cfcs/ocaml-poly1305
MirageOS-friendly bindings to Poly1305 C-stubs from WireGuard
dpretet/chacha20.c
Basic implementation of Chacha2 algorithm in C
petrknap/php-crypto-sodium
The library that packages functional `sodium_crypt_*` into objects.
pmuens/ctk-go
Cryptographic primitives for Cypherpunks that don't subscribe to "trust me bro" security assumptions
threez/rfc8439.cr
Crystal implementation ChaCha20 stream cipher as well as the Poly1305 authenticator and the AEAD mode defined in rfc8439.