CryptoNet
Encryption library
A lightweight C# library providing basic encryption and decryption capabilities using asymmetric (RSA) and symmetric (AES) encryption algorithms.
CryptoNet is simple, fast and a lightweight asymmetric and symmetric encryption library.
100 stars
6 watching
19 forks
Language: C#
last commit: 17 days ago
Linked from 2 awesome lists
aesasymmetric-encryptioncryptographycsharpdecryptionencryptionrsarsa-cryptographysecuritysymmetric-encryptionx509
Related projects:
Repository | Description | Stars |
---|---|---|
azadkuh/mbedcrypto | A portable C++ library for encryption and decryption of binary data using various algorithms | 47 |
ektrah/nsec | A cryptographic library for .NET based on libsodium | 394 |
jedisct1/libhydrogen | A lightweight cryptographic library providing simple functions to solve common problems. | 630 |
paulmillr/noble-ciphers | A lightweight JavaScript implementation of multiple encryption algorithms | 213 |
meychi/ascrypt | A cryptographic library with a uniform API for multiple programming languages. | 47 |
microsoft/symcrypt | A cryptographic library used by Microsoft products to implement secure symmetric and asymmetric algorithms. | 715 |
xxtea/xxtea-nim | A Nim library implementing a fast and secure encryption algorithm | 19 |
cpeikert/lol | A cryptographic library built on top of lattices that enables fully-homomorphic encryption | 224 |
ankane/lockbox | Provides modern encryption for Ruby applications and data storage | 1,456 |
kkayataka/plusaes | A C++ AES cipher library that provides basic encryption and decryption functionality in a header-only format. | 190 |
rubycrypto/rbnacl | A Ruby binding to the Networking and Cryptography (NaCl) library for secure data encryption and transmission. | 984 |
microchiptech/cryptoauthlib | A library that provides APIs for communicating with secure elements in cryptographic devices. | 382 |
xavierleroy/cryptokit | A comprehensive C library of cryptographic primitives for building secure protocols in OCaml applications. | 96 |
bogdan-kulynych/libshe | An encryption library allowing secure execution of functions on encrypted data without decrypting it | 27 |
afiqiqmal/sharedchamber | A library that provides secure data storage using Facebook Conceal Encryption and SharedPreferences on Android. | 95 |