文件名称:AES-BASE64
- 所属分类:
- 单片机(51,AVR,MSP430等)
- 资源属性:
- [C/C++] [源码]
- 上传时间:
- 2015-12-30
- 文件大小:
- 6kb
- 下载次数:
- 0次
- 提 供 者:
- 海*
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
亲测可用的AES128+BASE64实例源码,适合单片机使用。可实现明文加密Base64格式输出,ECB模式0补齐。可实现Base64格式输入,AES128解密输出。密钥可指定。内附详细说明,并有测试实例。
-Pro AES128+BASE64 example source code, suitable for single use. Can realize the encrypted Base64 format output, ECB mode 0 filled. Can achieve the Base64 input format, AES128 decryption output. Key can be specified. Containing detailed instructions, and a test case.
-Pro AES128+BASE64 example source code, suitable for single use. Can realize the encrypted Base64 format output, ECB mode 0 filled. Can achieve the Base64 input format, AES128 decryption output. Key can be specified. Containing detailed instructions, and a test case.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
AES128Base64.h
base64.c
base64.h
test.c
aes.c
aes.h
AES128Base64.c
说明.txt