openluopworld / aes_128Links
Implementation of AES-128 in pure C. No modes are given. Only one block of encryption and decryption is given here.
☆122Updated 6 years ago
Alternatives and similar repositories for aes_128
Users that are interested in aes_128 are comparing it to the libraries listed below
Sorting:
- SHA-256 implementation☆190Updated last year
- Simple implementation of the RSA algorithm☆160Updated 6 years ago
- Understanding AES & Rijndael☆512Updated 6 years ago
- AES algorithm implementation in C☆654Updated 11 months ago
- C implementation of the MD5 algorithm☆182Updated 3 years ago
- Implementation of Data Encryption Standard (DES) in C☆279Updated 7 years ago
- Simple and secure ECC and ECDSA☆61Updated 3 years ago
- DES algorithm implementation in C☆79Updated 5 years ago
- 《密码技术与物联网安全——mbedtls开发实战》示例代码☆159Updated 2 years ago
- RSA encrypter, decrypter and key generator☆37Updated 7 years ago
- A light TLS implementation used for learning: TLS 1.0 TLS 1.1 TLS 1.2 TLS 1.3 GMSSL 1.1(国密SSL) based on libcrypto.so.☆184Updated 3 years ago
- RSA2048