aes-in-c
Here are 5 public repositories matching this topic...
This is a modified version of the AES-128 CBC encryption algorithm. In this custom implementation, encryption and decryption are possible without requiring an Initialization Vector (IV). Instead, the IV is derived from the last and first round key during the encryption and decryption process.
-
Updated
Feb 7, 2024 - C
This GitHub hosts AES_192_ECB.h, a C header file implementing AES-192 ECB encryption. AES-192, an extension of AES-128, ensures robust security. The file encapsulates the aes-192-ecb algorithm in C for efficient and secure implementation.
-
Updated
Feb 16, 2024 - C
This GitHub repository offers AES_192_CBC.h, a single header file for streamlined integration into C projects. It provides robust AES-192 CBC encryption and decryption, ensuring enhanced security. With its simplicity and comprehensive functionality, this header file simplifies cryptographic operations in CBC mode.
-
Updated
Feb 17, 2024 - C
This GitHub repository houses a standard AES-128 ECB (Electronic Codebook) encryption algorithm implemented in the C programming language. AES-128 is a widely recognized encryption standard known for its security and efficiency.
-
Updated
Nov 16, 2024 - C
Improve this page
Add a description, image, and links to the aes-in-c topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the aes-in-c topic, visit your repo's landing page and select "manage topics."