#
aead
Here are 43 public repositories matching this topic...
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
Apr 25, 2020 - C#
brycx
commented
Feb 25, 2020
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.
rweather/noise-c compiled to WebAssembly using Emscripten and optimized for small size
-
Updated
Oct 7, 2018 - LiveScript
Golang symmetric encryption library
-
Updated
Apr 24, 2020 - Go
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
May 10, 2020 - 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
RFC 5297 SIV mode of operation in Java
-
Updated
Apr 30, 2020 - Java
.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
Apr 15, 2020 - C
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
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
This crate implements ChaCha20-IETF, Poly1305 and ChachaPoly-IETF for `crypto_api`
-
Updated
Dec 10, 2019 - Rust
Pure python ChaCha20Poly1305 implementation
python
aead
cipher
poly1305
pure-python
chacha20
authenticated-encryption
chacha20poly1305
python-chacha
-
Updated
Jan 5, 2020 - Python
ECIES on Twisted Edwards Curve25519 using AES-GCM and HKDF-SHA256
-
Updated
May 15, 2020 - Rust
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
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
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++
Check whether a chacha20-poly1305 cipher is supported by NodeJS
-
Updated
May 1, 2019 - JavaScript
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."
It looks like performance regressed rather severely in a commit reverted here:
miscreant/meta#87
It would be nice to detect such regressions automatically and prevent them in the future