WjCryptLib
Cryptographic library
A collection of cryptographic functions written in C.
Public Domain C Library of Cryptographic functions. Including: MD5, SHA1, SHA256, SHA512, RC4, AES, AES-CTR, AES-OFB, AES-CBC
479 stars
20 watching
174 forks
Language: C
last commit: over 2 years ago
Linked from 1 awesome list
aesaes-cbcaes-ctraes-ofbmd5rc4sha1sha2sha256sha512
Related projects:
Repository | Description | Stars |
---|---|---|
gwjjeff/cryptojs | A cryptographic library providing secure algorithms for data encryption and decryption in JavaScript. | 327 |
espressosystems/jellyfish | A Rust implementation of a cryptographic system and extensions. | 406 |
jedisct1/libhydrogen | A lightweight cryptographic library providing simple functions to solve common problems. | 630 |
deliberative/crypto | A reference implementation of cryptographic operations in WebAssembly and Node.js for secure data exchange and sharing. | 28 |
secretflow/yacl | Provides cryptographic primitives and protocols for secure computation and communication. | 79 |
imkcat/catcrypto | A comprehensive C library providing various hashing and encryption functions | 70 |
xavierleroy/cryptokit | A comprehensive C library of cryptographic primitives for building secure protocols in OCaml applications. | 96 |
microchiptech/cryptoauthlib | A library that provides APIs for communicating with secure elements in cryptographic devices. | 382 |
rustcrypto/hashes | A collection of cryptographic hash functions written in Rust. | 1,879 |
azadkuh/mbedcrypto | A portable C++ library for encryption and decryption of binary data using various algorithms | 47 |
meychi/ascrypt | A cryptographic library with a uniform API for multiple programming languages. | 47 |
ektrah/nsec | A cryptographic library for .NET based on libsodium | 394 |
smuellerdd/libkcapi | Provides a user-space interface to the Linux kernel crypto API | 175 |
aviate-labs/crypto.mo | A collection of cryptographic primitives implemented in Motoko | 11 |
juliacrypto/sha.jl | A Julia implementation of common hash functions | 47 |