摘要: 1.命令行操作过程截图和结果 2.完整代码和程序运行结果截图以及两次结果的对比 #include <stdio.h> #include <openssl/hmac.h> #include <openssl/evp.h> #include <openssl/rand.h> int main() { / 阅读全文
posted @ 2024-04-29 09:28 6666666mjz 阅读(18) 评论(0) 推荐(0)
摘要: 任务详情 1命令行过程截图 2代码和运行截图 代码: #include <stdio.h> #include <openssl/evp.h> #include <openssl/rand.h> int main(void) { // 初始化变量 unsigned char key[] = "2021 阅读全文
posted @ 2024-04-29 09:10 6666666mjz 阅读(28) 评论(0) 推荐(0)