https://github.com/wxx9248/aes.c
Simple implementation of Advanced Encryption Standard (AES) in C.
https://github.com/wxx9248/aes.c
aes c
Last synced: 21 days ago
JSON representation
Simple implementation of Advanced Encryption Standard (AES) in C.
- Host: GitHub
- URL: https://github.com/wxx9248/aes.c
- Owner: wxx9248
- License: gpl-3.0
- Created: 2021-06-29T05:39:02.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2026-02-27T16:38:08.000Z (4 months ago)
- Last Synced: 2026-02-27T21:22:52.253Z (4 months ago)
- Topics: aes, c
- Language: C
- Homepage:
- Size: 19.5 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# AES.c
## Introduction
Implementation of Advanced Encryption Standard (AES) in C.
## Warning
You **SHOULD NOT** use the project in any security-demanding software.
The project is just a small exercise for my purpose. It is an extremely plain implementation of AES, and the code in the project is not guaranteed to be bug-free or attack-immune (especially side-channel attacks).