文件名称:test_sm4
- 所属分类:
- 加密解密
- 资源属性:
- [Windows] [Visual.Net] [源码]
- 上传时间:
- 2017-05-04
- 文件大小:
- 13kb
- 下载次数:
- 0次
- 提 供 者:
- liu****
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
sm4加解密c语言源码。
对网上最常见的源码(原代码下载链接:http://www.pudn.com/downloads659/sourcecode/others/detail2676934.html)进行了修改完善。该下载原代码中,输入数据大于16字节,cbc模式加密后,再次解密将出现错误。
错误原因为cbc模式下原代码对初始变量的不当使用导致。-Sm4 encryption and decryption c language source.
The most common source code on the Internet (the original code download link: http: //www.pudn.com/downloads659/sourcecode/others/detail2676934.html) was modified and improved. The download of the original code, the input data is greater than 16 bytes, cbc mode encryption, re-decryption will be an error.
The reason for the error is that ckc mode causes the original code to cause improper use of the initial variable.
对网上最常见的源码(原代码下载链接:http://www.pudn.com/downloads659/sourcecode/others/detail2676934.html)进行了修改完善。该下载原代码中,输入数据大于16字节,cbc模式加密后,再次解密将出现错误。
错误原因为cbc模式下原代码对初始变量的不当使用导致。-Sm4 encryption and decryption c language source.
The most common source code on the Internet (the original code download link: http: //www.pudn.com/downloads659/sourcecode/others/detail2676934.html) was modified and improved. The download of the original code, the input data is greater than 16 bytes, cbc mode encryption, re-decryption will be an error.
The reason for the error is that ckc mode causes the original code to cause improper use of the initial variable.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
test_sm4\test_sm4\ReadMe.txt
........\........\sm4.c
........\........\sm4.h
........\........\stdafx.cpp
........\........\stdafx.h
........\........\targetver.h
........\........\test_main.cpp
........\........\test_sm4.vcxproj
........\........\test_sm4.vcxproj.filters
........\........\test_sm4.vcxproj.user
........\test_sm4.sln
........\test_sm4.v11.suo
........\Debug
........\test_sm4
test_sm4