test_sm4

所属分类:加密解密
开发工具:Visual C++
文件大小:13KB
下载次数:12
上传日期:2017-05-04 11:29:35
上 传 者六六六
说明:  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.)

文件列表:
test_sm4\test_sm4\sm4.c (10771, 2017-05-04)
test_sm4\test_sm4\sm4.h (1774, 2017-05-04)
test_sm4\test_sm4\stdafx.cpp (213, 2017-05-02)
test_sm4\test_sm4\stdafx.h (233, 2017-05-02)
test_sm4\test_sm4\targetver.h (236, 2017-05-02)
test_sm4\test_sm4\test_main.cpp (1695, 2017-05-04)
test_sm4\test_sm4\test_sm4.vcxproj (4600, 2017-05-04)
test_sm4\test_sm4\test_sm4.vcxproj.filters (1483, 2017-05-04)
test_sm4\test_sm4\test_sm4.vcxproj.user (164, 2017-05-02)
test_sm4\test_sm4.sln (1035, 2017-05-02)
test_sm4\test_sm4.v11.suo (39936, 2017-05-04)
test_sm4\Debug (0, 2017-05-04)
test_sm4\test_sm4 (0, 2017-05-04)
test_sm4 (0, 2017-05-04)

======================================================================== 控制台应用程序:test_sm4 项目概述 ======================================================================== 应用程序向导已为您创建了此 test_sm4 应用程序。 本文件概要介绍组成 test_sm4 应用程序的每个文件的内容。 test_sm4.vcxproj 这是使用应用程序向导生成的 VC++ 项目的主项目文件,其中包含生成该文件的 Visual C++ 的版本信息,以及有关使用应用程序向导选择的平台、配置和项目功能的信息。 test_sm4.vcxproj.filters 这是使用“应用程序向导”生成的 VC++ 项目筛选器文件。它包含有关项目文件与筛选器之间的关联信息。在 IDE 中,通过这种关联,在特定节点下以分组形式显示具有相似扩展名的文件。例如,“.cpp”文件与“源文件”筛选器关联。 test_sm4.cpp 这是主应用程序源文件。 ///////////////////////////////////////////////////////////////////////////// 其他标准文件: StdAfx.h, StdAfx.cpp 这些文件用于生成名为 test_sm4.pch 的预编译头 (PCH) 文件和名为 StdAfx.obj 的预编译类型文件。 ///////////////////////////////////////////////////////////////////////////// 其他注释: 应用程序向导使用“TODO:”注释来指示应添加或自定义的源代码部分。 /////////////////////////////////////////////////////////////////////////////

近期下载者

相关文件


收藏者