安装 sudo apt-get install libssl-dev aes算法demo 编译:gcc aes.c -lssl -lcrypto -o aes 运行:./aes #include<stdio.h> #include<stdlib.h>