AES implementation in C++.
Input: key file and the file for encryption
Outpu...
- 资源大小:15.51 kB
- 上传时间:2021-06-29
- 下载次数:0次
- 浏览次数:1次
- 资源积分:1积分
-
标 签:
加密解密
资 源 简 介
AES implementation in C++.
Input: key file and the file for encryption
Output: the crypted file.
文 件 列 表
AES
AESCryptoSystem.cpp
AESCryptoSystem.h
key.txt
main.cpp
sbox.h
utils.h