#
chacha20
Here are 68 public repositories matching this topic...
Make safest code in Android. (基于libsodium实现chacha20算法,key在native中,防止被二次打包){长期维护,请star,勿fork}
android
security
cmake
encryption
aes
ndk
libsodium
obfuscator
chacha20-poly1305
decryption
chacha20
signature-verification
chacha-poly1305
-
Updated
Oct 28, 2021 - C
生成带校验码的卡号、19位的Long ID、不大于22位的短UUID、短卡号、激活码、数字加密、付款码。分布式、基于内存、安全可靠、性能高。
-
Updated
Dec 11, 2018 - Java
SQLite JDBC Driver with encryption and authentication support
java
encryption
aes
cross-platform
jdbc
sqlite-database
sqlcipher
password
jdbc-driver
sqlite3
pragma
chacha20
jdbc-connector
sqlitemc
multi-cipher
-
Updated
Nov 9, 2021 - Java
ChaCha20 and XChaCha20 stream ciphers
-
Updated
Jul 9, 2018 - Assembly
Crystal wrapper for the libsodium crypto API
-
Updated
Oct 20, 2021 - Crystal
A collection of high-level API's exposing PointyCastle to perform hashing and encrypting in popular/secure algorithms.
dart
hashing
cli
cryptography
algorithm
encryption
aes
algorithms
password
rsa
hmac
blake2b
sha256
flutter
salsa20
decryption
chacha20
data-security
crypto-tools
ripemd
-
Updated
Apr 21, 2021 - Dart
rvault: secure and authenticated store for secrets and small documents
encryption
vault
encrypted-store
totp
aes-256
fuse-filesystem
chacha20
envelope-encryption
scrypt-algorithm
-
Updated
Sep 29, 2021 - C
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
Apr 19, 2021 - C
Mobile Cipher library written in clean TypeScript
uuid
typescript
aes
pbkdf2
ed25519
curve25519
sha-256
sha-512
hmac
shake
keccak
crypto-library
serpent
chacha20
sha-1
sha-3
fortuna-prng
-
Updated
May 14, 2018 - TypeScript
python prototype of PRE (Proxy Re-encryption) on Cloud storage and sharing
-
Updated
Jul 6, 2018 - Python
ChaCha20, ChaCha12 and ChaCha8 encryption functions, in OCaml
-
Updated
Aug 5, 2021 - OCaml
Pure python ChaCha20Poly1305 implementation
python
aead
cipher
poly1305
pure-python
chacha20
authenticated-encryption
chacha20poly1305
python-chacha
-
Updated
Jan 5, 2020 - Python
AEAD cipher based on ChaCha20 stream cipher and Poly1305 MAC
-
Updated
Dec 26, 2019 - C
This crate implements ChaCha20-IETF, Poly1305 and ChachaPoly-IETF for `crypto_api`
-
Updated
Oct 15, 2021 - 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++
Tunelling & proxy connectivity
-
Updated
Mar 9, 2020 - C#
triops: a multiplatform command-line encryption tool using CHACHA + KECCAK
-
Updated
Dec 31, 2016 - C
An open source, ASP.NET Core 2.0 journaling web app with books, chapters, a markdown editor, & photo/file uploader.
-
Updated
Apr 24, 2021 - C#
.Net Standard 2.0 compatible managed ChaCha20 Cipher implementation (encryption and decryption) in C#
-
Updated
Jan 9, 2021 - C#
Improve this page
Add a description, image, and links to the chacha20 topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the chacha20 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 in a test like so: