tiny-AES-c
AES library
An implementation of small portable AES encryption algorithms in C
Small portable AES128/192/256 in C
4k stars
143 watching
1k forks
Language: C
last commit: 4 months ago
Linked from 4 awesome lists
Related projects:
Repository | Description | Stars |
---|---|---|
mpgn/padding-oracle-attack | Exploits the vulnerability in CBC mode encryption with PKCS7 padding to reveal plaintext bytes from intercepted ciphertexts. | 327 |
jacklinquan/micropython-cryptocfb | An AES-128 CFB mode encryption module for MicroPython devices. | 4 |
eosio/eosjs-ecc | Provides functions for elliptic curve cryptography and key management | 289 |
kelp404/cocoasecurity | A utility class providing encryption and hashing functionality using AES and various hash algorithms, along with encoding and decoding methods. | 1,136 |
ericelliott/credential | Protects user passwords from brute force, rainbow tables, and timing attacks by generating unique salts for each password. | 347 |
paulmillr/noble-secp256k1 | Fastest 4KB implementation of secp256k1 signatures and ECDH in JavaScript | 771 |
unboundsecurity/blockchain-crypto-mpc | Protects cryptographic keys and seed secrets using secure multiparty computation | 459 |
rustcrypto/elliptic-curves | A collection of implementations for pure Rust elliptic curve cryptography. | 694 |
q9f/secp256k1.cr | A native Crystal language implementation of the Secp256k1 elliptic curve cryptographic algorithm | 48 |
pjebs/obfuscator-ios | Protects iOS apps by encoding sensitive strings as unreadable C language strings. | 648 |
indutny/elliptic | Provides a JavaScript implementation of elliptic curve cryptography for secure data signing and verification. | 1,711 |
cryptocoinjs/ecdsa | Provides tools for secure digital transactions using elliptical curve cryptography | 38 |
essentialkaos/branca | A Go library implementing authenticated encrypted API tokens using the XChaCha20-Poly1305 AEAD algorithm. | 86 |
edenblockvc/spook | Anonymizes Ethereum RPC requests using the Nym network | 55 |
bitpay/bitcore-ecies | A module for symmetric key negotiation and encryption using Elliptic Curve Integrated Encryption Scheme (ECIES) | 58 |