aead
There are 120 repositories under aead topic.
orion-rs/orion
Usable, easy and safe pure-Rust crypto
blinksocks/blinksocks
A framework for building composable proxy protocol stack.
sdrapkin/SecurityDriven.Inferno
:white_check_mark: .NET crypto done right. Professionally audited.
miscreant/meta
Meta-repository for Miscreant: misuse-resistant symmetric encryption library with AES-SIV (RFC 5297) and AES-PMAC-SIV support
samuel-lucas6/Cryptography-Guidelines
Guidance on implementing cryptography as a developer.
ektrah/nsec
A modern and easy-to-use cryptographic library for .NET 8+ based on libsodium
wqweto/VbAsyncSocket
Sockets with pure VB6 impl of TLS encryption
ovh/symmecrypt
Golang symmetric encryption library
nazar-pc/noise-c.wasm
rweather/noise-c compiled to WebAssembly using Emscripten and optimized for small size
nodertc/dtls
Datagram Transport Layer Security (DTLS) client.
aegis-aead/libaegis
Portable C implementations of the AEGIS family of high-performance authenticated encryption algorithms.
dajiaji/hpke-js
A Hybrid Public Key Encryption (HPKE) module built on top of Web Cryptography API.
return/branca
Authenticated and encrypted API tokens written in Rust. A secure JWT alternative.
cryptomator/siv-mode
RFC 5297 SIV mode of operation in Java
jedisct1/aegis-X
The AEGIS-128X and AEGIS-256X high performance ciphers.
line/aes-gcm-siv
AES-GCM-SIV (RFC 8452) implementation for C, Android and Java, with hardware acceleration support.
codahale/aes-gcm-siv
A Java implementation of AES-GCM-SIV (RFC 8452).
gby/linux
I publish here my patch sets for Linux
phayes/ecies-ed25519
ECIES on Twisted Edwards Curve25519 using AES-GCM and HKDF-SHA256
jedisct1/rust-aegis
AEGIS high performance ciphers for Rust.
paulmillr/micro-aes-gcm
0-dep wrapper around webcrypto AES-GCM. Has optional RFC 8452 SIV implementation.
oasisprotocol/deoxysii
Go Deoxys-II-256-128
ph4r05/py-chacha20poly1305
Pure python ChaCha20Poly1305 implementation
Metalnem/aes-gcm-siv
.NET Core 3.0 implementation of AES-GCM-SIV nonce misuse-resistant authenticated encryption
FiloSottile/xaes256gcm
Package xaes256gcm implements the XAES-256-GCM extended-nonce AEAD.
jedisct1/zig-rocca-s
An implementation of the ROCCA-S encryption scheme.
n1flh31mur/QSimpleCrypto
Small C++ cryptography library based on Qt and OpenSSL.
PaulGrandperrin/XChaCha8Blake3Siv
XChaCha8Blake3Siv is a nonce-reuse misuse-resistant (NRMR) and key-committing authenticated encryption with associated data (AEAD) algorithm
cryspen/hacl-packages
The Cryspen HACL Distribution
itzmeanjan/ascon
Ascon-Based Lightweight Cryptography Primitives for Constrained Devices: Authenticated Encryption, Hash, and Extendable Output Functions
o1c-dev/o1c
O(1) Cryptography is an easy to use, hard to misuse Java cryptographic library based on O(1) cryptographic algorithms
cfrg/draft-irtf-cfrg-aegis-aead
Specification for the AEGIS family of authenticated encryption algorithms.
mrdcvlsc/ChaCha20-Poly1305
A C++ implementation of ChaCha20 & Poly1305 stream cipher described in RFC - 8439.
tex2e/chacha20-poly1305
ChaCha20 and Poly1305 for IETF Protocols (RFC 8439)
TheMatjaz/LibAscon
Ascon family of lightweight authenticated encryption and hashing schemes, made developer-friendly and with Init-Update-Final paradigms
martindisch/aes-ccm
Rust port of TinyCrypt's CCM mode implementation using RustCrypto's AES