登录

最新会员 最新下载

成为了本站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

成为了本站VIP会员

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

1. Rabin算法

  用c++实现Rabin算法的加密和解密,大素数由程序自动生成(Using c++ to realize encryption and decryption of Rabin algorithm, large prime number is automatically generated by program.)

22
下载
157
浏览
2020-12-15发布

2. SHA1

  SHA1安全哈希算法(Secure Hash Algorithm)主要适用于数字签名标准 (Digital Signature Standard DSS)里面定义的数字签名算法(Digital Signature Algorithm DSA)(SHA1 Secure Hash Algorithms are mainly applicable to Digital Signature Algorithms (DSA) defined in Digital Signature Standard DSS.)

1
下载
81
浏览
2020-12-05发布

3. SHA1

说明:  SHA1安全哈希算法(Secure Hash Algorithm)主要适用于数字签名标准 (Digital Signature Standard DSS)里面定义的数字签名算法(Digital Signature Algorithm DSA)(SHA1 Secure Hash Algorithms are mainly applicable to Digital Signature Algorithms (DSA) defined in Digital Signature Standard DSS.)

4
下载
63
浏览
2020-12-05发布

4. SHA

  功能不全,安全哈希算法(Secure Hash Algorithm)主要适用于数字签名标准 (Digital Signature Standard DSS)里面定义的数字签名算法(Digital Signature Algorithm DSA)。对于长度小于2^64位的消息,SHA1会产生一个160位的消息摘要。当接收到消息的时候,这个消息摘要可以用来验证数据的完整性。在传输的过程中,数据很可能会发生变化,那么这时候就会产生不同的消息摘要。 SHA1有如下特性:不可以从消息摘要中复原信息;两个不同的消息不会产生同样的消息摘要。(To achieve encryption)

1
下载
54
浏览
2020-12-05发布

5. rc6

  RC6加密算法 的实现及说明 ,既展现Rc6的函数实现(RC6 Encryption Algorithm and description)

15
下载
71
浏览
2020-12-01发布

6. elgamal

  实现数字签名Elgamal算法,该算法是在rsa算法基础上的变形算法。(Digital signature Elgamal algorithm, the algorithm is in the rsa algorithm on the basis of the deformation algorithm.)

9
下载
79
浏览
2020-11-26发布

7. test-five

  一个综合了AES,DES,Elgamal的综合性验证程序。(good luck.)

2
下载
32
浏览
2020-11-26发布

8. test-five

  一个综合了AES,DES,Elgamal的综合性验证程序。(good luck.)

2
下载
71
浏览
2020-11-26发布

9. rc4

  实现RC4流密码算法,对文件进行加密,并将加密的内容以文件形式输出,控制台调用。(Achieve RC4 stream cipher algorithm, to encrypt files and encrypt the contents of the output file format, called the console.)

9
下载
59
浏览
2020-11-24发布

10. rc4

  实现RC4流密码算法,对文件进行加密,并将加密的内容以文件形式输出,控制台调用。(Achieve RC4 stream cipher algorithm, to encrypt files and encrypt the contents of the output file format, called the console.)

9
下载
75
浏览
2020-11-24发布

11. AES-CMAC

  (1). 复习AES原理。 (2). 用C/C++编写AES算法并调试通过。 (3). 复习CMAC原理。 (4). 在实现AES基础上,用C/C++编写CMAC算法并调试通过。 (5). 回答下列思考题。  AES解密算法和AES的逆算法之间有什么不同?  CMAC与HMAC相比,有什么优点? ((1). Review AES works. (2) with C/C++ write and debug via the AES algorithm. (3) review CMAC principle. (4) on the basis of achieving AES using C/C++ CMAC algorithm written and debugged. (5) Answer the following Questions.  What is the difference between AES and AES decryption algorithm inverse algorithm?  CMAC compared with HMAC, what are the advantages?)

45
下载
114
浏览
2020-11-20发布

12. 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
下载
122
浏览
2020-11-17发布

13. HMAC_MD5

  基于md5和sha1的HMAC程序。程序的功能是给定密钥计算任意长度的文件的HMAC值,验证一个文件的HMAC值是否是一个给定值。程序的使用接口不限,HMAC的计算和验证功能在一个单独的程序中实现(Based on the md5 and sha1 HMAC program. Program function is given key computing random length of the file HMAC value to verify a file s HMAC value is a given value. The use of any program interface, HMAC calculation and verification function in a separate program to realize )

71
下载
56
浏览
2020-11-12发布

14. 工程文件

说明:  Sha1, sha256 with C. Speed test, btw.

0
下载
74
浏览
2020-11-03发布

15. 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
下载
120
浏览
2020-10-28发布

16. 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
下载
159
浏览
2020-10-28发布

17. RSAEuro1.06

  C/C++下学习加密算法很好的参考材料,包括的算法有RSA椭圆加密算法等(C/C++ learning the encryption algorithm is a good reference material)

52
下载
63
浏览
2020-10-25发布

18. RC4

  对RC4加密解密代码,可以自行修改密钥!类可以直接调用(RC4 encryption and decryption code, you can modify the key! Class can be called directly)

2
下载
87
浏览
2020-10-13发布

19. RSA

  用VC++开发的一款MFC程序,能很好地实现RSA加密和解密算法,对学习RSA加解密算法很有帮助(MFC with VC++ developed a program that can well realize RSA encryption and decryption algorithms, RSA encryption and decryption algorithms for learning helpful)

44
下载
97
浏览
2020-10-12发布

20. DES-PIC-CBC

  DES加密方法加密BMP图像,CBC方式实现。(DES encryption methods encryption BMP image, CBC way.)

84
下载
68
浏览
2020-10-09发布