登录

最新会员 最新下载

成为了本站VIP会员

今天11:07

成为了本站VIP会员

03月28日 19:36

成为了本站VIP会员

03月28日 16:04

成为了本站VIP会员

03月27日 21:54

成为了本站VIP会员

03月27日 17:03

成为了本站VIP会员

03月27日 12:17
已选条件
  1. 编程语言:Visual C++
  2. 代码类别:加密解密
  3. 发布时间:不限
全部撤销
编程语言 更多 收起
代码类别 更多 收起
发布时间
更多选项

1. aes256_test

  aes256加密解密算法,256bit秘钥,配有例子 。(aes256 encrypt and decrypt)

14
下载
121
浏览
2021-05-15发布

2. sha-256

  sha256的签名算法,纯C实现,已验证正确,在控制台上直接运行即可,(sha256 signature algorithm, pure C implementation ,has been verified properly and can be run directly on the console.)

88
下载
117
浏览
2021-04-28发布

3. sha-256

  sha256的签名算法,纯C实现,已验证正确,在控制台上直接运行即可,(sha256 signature algorithm, pure C implementation ,has been verified properly and can be run directly on the console.)

87
下载
93
浏览
2021-04-28发布

4. sha256

  SHA-256源代码,三个对外的函数:void SHA256Init (SHA256Context *sc) void SHA256Update (SHA256Context *sc, const void *data, uint32_t len) void SHA256Final (SHA256Context *sc, uint8_t hash[SHA256_HASH_SIZE]) 第一个函数初始化,第二个函数输入要hash的字符串,第三个函数输出结果(SHA-256 source code, three external function: void SHA256Init (SHA256Context* sc) void SHA256Update (SHA256Context* sc, const void* data, uint32_t len) void SHA256Final (SHA256Context* sc, uint8_t hash [SHA256_HASH_SIZE]) The first function is initialized, the second hash function, enter the string, the third function of output)

452
下载
129
浏览
2021-04-27发布

5. LSB

  基于LSB的信息隐藏技术——MFC——编译已经通过运行正常(LSB-based Information Hiding- MFC- has been compiled by running the normal)

188
下载
257
浏览
2021-04-26发布

6. ecc

  实现了ECC算法的加密解密,主要是对字符串的加解密。(Realize the ECC algorithm encrypt, decrypt, is mainly to the string encryption.)

91
下载
103
浏览
2021-04-18发布

7. DES-avalanche

  DES加密的雪崩效应分析,按照作业要求做的。(DES encryption of the avalanche effect analysis, done in accordance with operational requirements.)

40
下载
111
浏览
2021-04-12发布

8. chaos-encrypt

  用Visual c++实现数字图像迭代混沌加密(Using Visual c++ Realize digital image iterative chaotic encryption)

44
下载
103
浏览
2021-04-07发布

9. DES

  DES加密算法,初始置换、密钥置换、密钥循环、密钥压缩置换、数据扩展置换、、S盒替换、P盒置换、末置换 (DES encryption algorithm, the initial replacement, key replacement, key loops, key compression replacement, data expansion permutation,, S cartridge replacement, P cartridge replacement, replacement end)

11
下载
112
浏览
2021-04-05发布

10. aes

  本程序可以实现AES16,24,32位任意长度的密码与任意长度的明文的加密与解密,并附有一实例(This procedure can achieve the AES16 24,32 password of any length and any length of plaintext encryption and decryption, with an example)

53
下载
90
浏览
2021-03-15发布

11. AES_CMAC

  通过C语言实现的AES CMAC加密和解密算法。上传文件为完整的VC6工程目录。AES加密算法即密码学中的高级加密标准(Advanced Encryption Standard,AES),又称Rijndael加密法,是美国联邦政府采用的一种区块加密标准。这个标准用来替代原先的DES,已经被多方分析且广为全世界所使用。经过五年的甄选流程,高级加密标准由美国国家标准与技术研究院 (NIST)于2001年11月26日发布于FIPS PUB 197,并在2002年5月26日成为有效的标准。AES 算法基于排列和置换运算。排列是对数据重新进行安排,置换是将一个数据单元替换为另一个。AES 使用几种不同的方法来执行排列和置换运算。 AES 是一个迭代的、对称密钥分组的密码,它可以使用128、192 和 256 位密钥,并且用 128 位(16字节)分组加密和解密数据。与公共密钥密码使用密钥对不同,对称密钥密码使用相同的密钥加密和解密数据。通过分组密码返回的加密数据的位数与输入数据相同。迭代加密使用一个循环结构,在该循环中重复置换和替换输入数据。(AES CMAC encryption and decryption algorithm C language. VC6 upload files to complete the project directory . AES encryption algorithm that is Cryptography Advanced Encryption Standard (Advanced Encryption Standard, AES), also known as Rijndael encryption method, a block encryption standard adopted by the U.S. federal government . This standard is used to replace the original DES, has been widely analyzed and multi used around the world . After five years of the selection process , the Advanced Encryption Standard by the American National Institute of Standards and Technology (NIST) on November 26, 2001 Posted in FIPS PUB 197, and May 26, 2002 became effective standards . AES algorithm based on permutation and substitution operations. Data re- arrangement is arranged , is replaced with a replacement unit of data to another . AES using several different methods to perform alignment and replacement operations. AES is an iterative , symmetric key block password , it can use 128, 192, and )

97
下载
477
浏览
2021-03-11发布

12. AES_CMAC

  通过C语言实现的AES CMAC加密和解密算法。上传文件为完整的VC6工程目录。AES加密算法即密码学中的高级加密标准(Advanced Encryption Standard,AES),又称Rijndael加密法,是美国联邦政府采用的一种区块加密标准。这个标准用来替代原先的DES,已经被多方分析且广为全世界所使用。经过五年的甄选流程,高级加密标准由美国国家标准与技术研究院 (NIST)于2001年11月26日发布于FIPS PUB 197,并在2002年5月26日成为有效的标准。AES 算法基于排列和置换运算。排列是对数据重新进行安排,置换是将一个数据单元替换为另一个。AES 使用几种不同的方法来执行排列和置换运算。 AES 是一个迭代的、对称密钥分组的密码,它可以使用128、192 和 256 位密钥,并且用 128 位(16字节)分组加密和解密数据。与公共密钥密码使用密钥对不同,对称密钥密码使用相同的密钥加密和解密数据。通过分组密码返回的加密数据的位数与输入数据相同。迭代加密使用一个循环结构,在该循环中重复置换和替换输入数据。(AES CMAC encryption and decryption algorithm C language. VC6 upload files to complete the project directory . AES encryption algorithm that is Cryptography Advanced Encryption Standard (Advanced Encryption Standard, AES), also known as Rijndael encryption method, a block encryption standard adopted by the U.S. federal government . This standard is used to replace the original DES, has been widely analyzed and multi used around the world . After five years of the selection process , the Advanced Encryption Standard by the American National Institute of Standards and Technology (NIST) on November 26, 2001 Posted in FIPS PUB 197, and May 26, 2002 became effective standards . AES algorithm based on permutation and substitution operations. Data re- arrangement is arranged , is replaced with a replacement unit of data to another . AES using several different methods to perform alignment and replacement operations. AES is an iterative , symmetric key block password , it can use 128, 192, and )

97
下载
201
浏览
2021-03-11发布

13. Paillier

  Paillier加密算法的实现。产生512位大数,进行大数运算。1、产生密钥2、加密、3、解密。(Paillier encryption algorithm implementation. Produce 512 Tarsus, Tarsus operation performed. 1, 2 generates a key, encrypts, 3, decryption.)

29
下载
172
浏览
2021-03-02发布

14. yinpinjiami

  基于vc++的音频加密软件的设计通过查阅资料对当今比较广泛使用的音频加密算法进行选择,并对其中的三种算法进行其性能方面的比较,找出其中加密性能较好(Audio encryption software design based on VC++through access to information is widely used for today s audio encryption algorithm to choose, and the three kinds of algorithms are compared, and its performance to find out one encryption)

4
下载
94
浏览
2021-02-28发布

15. Rc4

  采用c++实现RC4加密解密算法,该代码可以加密解密任意格式的文件( U91C7 u758ccc_cn R U6587 u4EF6)

7
下载
141
浏览
2021-02-28发布

16. MUC1_C4

  奇迹C1 C2 C3 C4协议加密与解密(MU C1 C2 C3 C4 encrypt and decrypt)

122
下载
130
浏览
2021-02-17发布

17. sm3Phmac

  基于国密算法SM3实现HMAC,输入密钥和消息,可产生HASH验证码,C环境下调试成功(Based on the countries close algorithm realization SM3 HMAC, input key and news, can produce HASH verification code, C environment debugging success)

68
下载
142
浏览
2020-12-29发布

18. SM3,SM4_UI

  将国密算法SM3, SM4 ECB的C代码打包成dll库。 然后在C#中进行调用。 有输入输出接口,测试结果正确。 包含所有源代码,可在此基础上进一步开发(The C code of the Chinese national algorithm SM3, SM4 ECB is packaged into a dll library and then called in C# with input and output interfaces. The test result is correct. Contains all source code and can be further developed on this basis)

10
下载
111
浏览
2020-11-17发布

19. CMAC

  利用C语言实现的cmac算法,该cmac基于AES。程序清晰有注释便于查看(The use of C language cmac algorithm, the cmac based AES. There are clear and easy to view program notes)

44
下载
112
浏览
2020-10-28发布

20. CMAC

  利用C语言实现的cmac算法,该cmac基于AES。程序清晰有注释便于查看(The use of C language cmac algorithm, the cmac based AES. There are clear and easy to view program notes)

45
下载
151
浏览
2020-10-28发布