Victo

我的网络笔记本,用于收藏和总结一些知识。

  博客园 :: 首页 :: 博问 :: 闪存 :: 新随笔 :: :: :: 管理 ::

2016年7月26日

摘要: 我从网上下载了一套AES加密算法的C++实现,代码如下: (1)aes.h (2)aes.cpp 1 #include "aes.h" 2 #include "string.h" 3 4 AES::AES(unsigned char* key) 5 { 6 unsigned char sBox[] 阅读全文
posted @ 2016-07-26 22:31 VictoKu 阅读(29893) 评论(2) 推荐(2) 编辑