登录

最新会员 最新下载

成为了本站VIP会员

今天16:59

成为了本站VIP会员

05月09日 16:51

成为了本站VIP会员

05月09日 14:47

成为了本站VIP会员

05月08日 20:16

成为了本站VIP会员

05月08日 10:54

成为了本站VIP会员

05月07日 09:50
已选条件
  1. 编程语言:C++
  2. 代码类别:加密解密
  3. 发布时间:一月内
全部撤销
编程语言 更多 收起
代码类别 更多 收起
发布时间
更多选项

1. 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
下载
125
浏览
2021-04-05发布

2. BlueTooth_E0

  蓝牙E0加密算法,运行测试环境VS2012(Bluetooth E0 encryption algorithm, run the test environment VS2012)

13
下载
76
浏览
2021-03-31发布

3. DS28E01-100-C-code-2008-4-29

  DS28E01 加密算法 C代码,经过测试没有问题。(DS28E01 C code)

426
下载
205
浏览
2021-03-24发布

4. 20110927090408

  基于DES的文件加密程序 采用ECB或CBC工作模式 DES算法核心代码(DES-based file encryption program using ECB or CBC mode of DES algorithm core code)

15
下载
87
浏览
2021-03-23发布

5. 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
下载
98
浏览
2021-03-15发布

6. 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
下载
494
浏览
2021-03-11发布

7. 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
下载
213
浏览
2021-03-11发布

8. 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
下载
182
浏览
2021-03-02发布

9. 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
下载
104
浏览
2021-02-28发布

10. Rc4

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

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

11. MUC1_C4

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

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

12. AES

说明:  加载文件,对文件内容进行AES加解密,然后输出加解密后的文件。(Load the file, encrypt and decrypt the file content by AES, and then output the encrypted and decrypted file.)

1
下载
62
浏览
2021-02-04发布

13. AES

  实现在WP端silverlight的AES加密采用ECB加密方式和paddingpkcs#5的填充方式。 silverlight中的AESmanaged只有CBC加密方式和paddingpkcs#7的填充方式。(Achieve the WP side silverlight ECB encryption using AES encryption methods and paddingpkcs# 5 is filled. silverlight in AESmanaged only CBC encryption mode and paddingpkcs# 7 is filled.)

11
下载
67
浏览
2021-01-21发布

14. AES

  实现在WP端silverlight的AES加密采用ECB加密方式和paddingpkcs#5的填充方式。 silverlight中的AESmanaged只有CBC加密方式和paddingpkcs#7的填充方式。(Achieve the WP side silverlight ECB encryption using AES encryption methods and paddingpkcs# 5 is filled. silverlight in AESmanaged only CBC encryption mode and paddingpkcs# 7 is filled.)

11
下载
78
浏览
2021-01-21发布

15. DSA数字签名

  dsa数字签名 系统功能需求: 1.对文件进行签名,生成一个独立于原文的签名文件; 2.可以对文件进行签名,在文件后追加签名信息; 3.具有密钥管理的功能,比如密钥的生成、导入、导出; 4.可以对word文档实施操作,对word文档的内容进行签名; 5.能够比对已经实施的签名,防止进行重复的签名,以防止重放攻击; 6.可以对已经签名的文件进行单独的源文件和签名信息的分离操作。(DSA digital signature System functional requirements: 1. Sign the document and generate a signature file independent of the original text. 2. The document can be signed and the signature information can be added after the document. 3. It has the function of key management, such as key generation, import and export. 4. Word documents can be operated and the contents of Word documents can be signed. 5. Ability to compare existing signatures and prevent duplicate signatures to prevent replay attacks; 6. It is possible to separate the source file from the signature information of the signed file.)

2
下载
87
浏览
2021-01-06发布

16. DSA数字签名

说明:  dsa数字签名 系统功能需求: 1.对文件进行签名,生成一个独立于原文的签名文件; 2.可以对文件进行签名,在文件后追加签名信息; 3.具有密钥管理的功能,比如密钥的生成、导入、导出; 4.可以对word文档实施操作,对word文档的内容进行签名; 5.能够比对已经实施的签名,防止进行重复的签名,以防止重放攻击; 6.可以对已经签名的文件进行单独的源文件和签名信息的分离操作。(DSA digital signature System functional requirements: 1. Sign the document and generate a signature file independent of the original text. 2. The document can be signed and the signature information can be added after the document. 3. It has the function of key management, such as key generation, import and export. 4. Word documents can be operated and the contents of Word documents can be signed. 5. Ability to compare existing signatures and prevent duplicate signatures to prevent replay attacks; 6. It is possible to separate the source file from the signature information of the signed file.)

2
下载
55
浏览
2021-01-06发布

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
下载
157
浏览
2020-12-29发布

18. AES对称文件

说明:  AES算法(即 Rijndael 算法)是一个对称分组密码算法。数据分组长度必须是 128 bits,使用的密钥长度为 128,192 或 256 bits。对于三种不同密钥长度的 AES 算法,分别称为“AES-128”、“AES-192”、“AES-256”。本文在分析了 AES 加密原理的基础上着重说明了算法实现的具体步骤,并用 C++ 实现了对文件的加密和解密。(AES algorithm (Rijndael algorithm) is a symmetric block cipher algorithm.The data packet length must be 128 bits and the key length used is 128,192 or 256 bits.For the three AES algorithms with different key lengths, they are called "aes-128", "aes-192", and "aes-256".In this paper, on the basis of analyzing the principle of AES encryption, the concrete steps of the algorithm are emphatically explained, and the encryption and decryption of files are realized by C++.)

0
下载
77
浏览
2020-12-21发布

19. ecc

  ecc加密算法,通过c语言实现。希望有帮助(ecc c++)

24
下载
101
浏览
2020-12-21发布

20. DES文件

  DES加密解密实现,基于C语言。完成基本功能(DES encryption and decryption implementation, based on C language. Complete basic functions)

5
下载
61
浏览
2020-12-17发布