AES
AES algorithm implementation in C
Install / Use
/learn @dhuertas/AESREADME
AES
AES algorithm implementation using C. Check out this other repo on how to use it with different modes of operation.
Disclaimer
This is a proof of concept implementation and should not be used in a productive environment! For example a lookup table implementation of the addition in GF2<sup>8</sup> is used which is vulnerable to side channel cache attacks. See POC.
Example
Compile the source code (e.g. using GCC):
gcc gmult.c aes.c main.c -o aes
And run:
./aes
Plaintext message:
00 11 22 33 44 55 66 77 88 99 aa bb cc dd ee ff
Ciphered message:
8e a2 b7 ca 51 67 45 bf ea fc 49 90 4b 49 60 89
Original message (after inv cipher):
00 11 22 33 44 55 66 77 88 99 aa bb cc dd ee ff
Related Skills
node-connect
347.6kDiagnose OpenClaw node connection and pairing failures for Android, iOS, and macOS companion apps
frontend-design
108.4kCreate distinctive, production-grade frontend interfaces with high design quality. Use this skill when the user asks to build web components, pages, or applications. Generates creative, polished code that avoids generic AI aesthetics.
openai-whisper-api
347.6kTranscribe audio via OpenAI Audio Transcriptions API (Whisper).
qqbot-media
347.6kQQBot 富媒体收发能力。使用 <qqmedia> 标签,系统根据文件扩展名自动识别类型(图片/语音/视频/文件)。
