#
aead
Here are 50 public repositories matching this topic...
Meta-repository for Miscreant: misuse-resistant symmetric encryption library with AES-SIV (RFC 5297) and AES-PMAC-SIV support
-
Updated
Sep 3, 2019
A modern and easy-to-use cryptographic library for .NET Core based on libsodium
security
cryptography
crypto
encryption
csharp
aead
dotnet
hash
libsodium
dotnet-core
ed25519
curve25519
aes-gcm
hmac
hkdf
x25519
chacha20-poly1305
blake2b
sha256
sha512
-
Updated
Jan 11, 2021 - C#
Golang symmetric encryption library
-
Updated
Nov 26, 2020 - Go
rweather/noise-c compiled to WebAssembly using Emscripten and optimized for small size
-
Updated
Jan 9, 2021 - LiveScript
Authenticated and encrypted API tokens written in Rust. A secure JWT alternative.
rust
jwt
cryptography
aead
authenticated-encryption
token-based-authentication
xchacha20-poly1305
branca
-
Updated
Jan 31, 2021 - Rust
A Java implementation of AES-GCM-SIV (RFC 8452).
-
Updated
Apr 18, 2019 - Java
I publish here my patch sets for Linux
-
Updated
Apr 21, 2019 - C
.NET Core 3.0 implementation of AES-GCM-SIV nonce misuse-resistant authenticated encryption
-
Updated
Dec 22, 2018 - C#
Software crypto module for user space
-
Updated
Mar 9, 2021 - C
ECIES on Twisted Edwards Curve25519 using AES-GCM and HKDF-SHA256
-
Updated
Nov 23, 2020 - Rust
A fast, secure and reliable file transfer protocol.
fast
golang
algorithm
tcp
aead
transfer
udp
reliability
secure
kcp
file-transfer
sha3
golang-application
sha3-256
transfer-protocol
smux
-
Updated
Nov 18, 2017 - Go
zenroomjs 🉑 provides a javascript wrapper of zenroom, a secure and small virtual machine for crypto language processing
javascript
npm
crypto
aead
dyne
ecc
virtual-machine
blockchain
ecdsa
ecdh
aes-gcm
seccomp
elgamal
hamming-distance
goldilocks
zenroom
zero-knowledge-proofs
crypto-language-processing
ecp2
miller-loop
-
Updated
Oct 10, 2019 - JavaScript
Pure python ChaCha20Poly1305 implementation
python
aead
cipher
poly1305
pure-python
chacha20
authenticated-encryption
chacha20poly1305
python-chacha
-
Updated
Jan 5, 2020 - Python
python
aead
dyne
ecc
virtual-machine
blockchain
ecdsa
ecdh
aes-gcm
seccomp
elgamal
goldilocks
zenroom
zero-knowledge-proofs
crypto-language-processing
ecp2
miller-loop
zencode
-
Updated
Oct 10, 2019 - Python
O(1) Cryptography is an easy to use, hard to misuse Java cryptographic library based on O(1) cryptographic algorithms
java
cryptography
aead
ed25519
curve25519
x25519
chacha20-poly1305
ascon
gimli
chacha20
xchacha20-poly1305
xoodoo
xoodyak
ristretto255
blake3
-
Updated
Mar 14, 2021 - C
This crate implements ChaCha20-IETF, Poly1305 and ChachaPoly-IETF for `crypto_api`
-
Updated
Jul 16, 2020 - Rust
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.
mac
security
arduino
esp8266
nodemcu
crypto
encryption
aead
cipher
hash
chacha20-poly1305
poly1305
encrypt
decrypt
decryption
wemos-d1-mini
chacha20
decipher
-
Updated
Feb 1, 2020 - C++
Free Wordpress Plugin based on a powerful and revolutionary cryptographic technology that protects user passwords from data breaches and both online and offline attacks.
-
Updated
Jun 12, 2019 - PHP
authenticated encryption on the commandline using a chunked construction similar to intermaclib
-
Updated
Jul 26, 2019 - Go
Go binding for Ascon-128 from the CAESAR portfolio.
-
Updated
Feb 23, 2019 - C
Improve this page
Add a description, image, and links to the aead topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the aead topic, visit your repo's landing page and select "manage topics."
To check that all newtypes (
SecretKeys,Poly1305, etc.) implement the correct traits, new testing functions are needed.For example
fn test_traits_secret_key<Secret: Debug + Drop + PartialEq>() {}could be used to check that a secret key implements the needed traits.