登录

最新会员 最新下载

成为了本站VIP会员

05月13日 14:43

成为了本站VIP会员

05月13日 10:19

成为了本站VIP会员

05月12日 14:03

成为了本站VIP会员

05月10日 21:42

成为了本站VIP会员

05月10日 16:59

成为了本站VIP会员

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

1. DES-algorithm-description

  DES 算法描述DES 算法描述DES 算法描述(DES algorithm description)

5
下载
91
浏览
2011-08-24发布

2. 080702

  公钥密码基础设施应用技术体系 密码设备应用接口规范 做系统安全性的参考文档。(Application of public key cryptography infrastructure equipment application technology system password security system interface specifications make reference to the document.)

9
下载
82
浏览
2011-08-09发布

3. MD5-encrypt

  使用MD5算法对数据和文件进行加密,信息安全(Using the MD5 algorithm to encrypt the data and documents, information security)

3
下载
84
浏览
2011-07-01发布

4. psam

  1、 所有密钥的装载与导出都采用密文方式; 2、 密钥管理系统采用3DES加密算法,采用根密钥生成系统、主密钥生成系统、初始化卡生成系统、密钥注入系统四级管理体制; 3、 在充分保证密钥安全的基础上,支持IC卡密钥的生成、注入、导出、备份、更新、服务等功能,实现密钥的安全管理; (1, the loading and export all keys are in cipher text 2, the key management system uses the 3DES encryption algorithm, using the root key generation system, the master key generation system, initialize the card generation system, key injection system four management systems 3, the key to ensure full security, based on the support of the IC card key generation, injection, export, backup, update, and service functions to achieve key security management )

742
下载
88
浏览
2011-06-30发布

5. MakeSerialNum

  主要是对注册机的简单的开发以及应用,包括注册机的如何操作。(Mainly on the development of RI and simple applications, including RI' s how.)

2
下载
83
浏览
2011-06-08发布

6. NDIS

  实现透明加密,驱动模型,文件过滤系统介绍(To achieve transparent encryption, drive model, document filtering system introduced)

94
下载
101
浏览
2011-05-19发布

7. RSA

  基于RSA算法的加密解密以及数字签名系统,实现加密解密签名的功能(RSA-based encryption and decryption algorithms and digital signature system to achieve the function of signature encryption and decryption )

47
下载
86
浏览
2011-05-06发布

8. Rijndael_aes

  Rijndael加密算法的一个实现,可用来对文件及字段进行加解密,并利用mfc做了界面(An implementation of Rijndael encryption algorithm, can be used to encrypt and decrypt files and fields, and made use of the interface mfc)

16
下载
75
浏览
2011-05-04发布

9. 3des

  3Des encryption of text from a file, 3DES-EDC-CBC , using 3 keys

32
下载
70
浏览
2011-04-29发布

10. DESsystem

说明:  DES加密算法,C++编写,有界面有录像,写的很详细的大项目(DES encryption algorithm, C++ written, there is a video interface, written in large projects in great detail)

1
下载
69
浏览
2011-04-10发布

11. 39.3

说明:  编制程序,将输入的一行字符以加密的形式输出,然后将其解密,解密的字符串序列与输入的正文相比较,吻合时输出解密的正文,否则解密失败。 加密时,将每个字符的ascii码依次反复加上“4962873”中的数字,并在32(‘’)~122(‘z’)之间作模运算。解密与加密的顺序相反。例如输入正文“the result of 3 and 2 is not 8” 结果为: (Programming, the input line character output in an encrypted form, and then decrypted, the decrypted text sequence of characters compared with the input, output to decrypt the body of the agreement, otherwise the decryption failed. Encryption, ascii code of each character in turn repeatedly with &quot 4962873&quot in the figures, and 32 (' ' )~ 122 (' z' ) as a model between the operations. Decryption and encryption in reverse order. For example, enter the text &quot the result of 3 and 2 is not 8&quot results:)

0
下载
87
浏览
2011-04-05发布

12. md5

  MD5是一种被广泛使用的“消息-摘要算法”。实际上就是一个单项散列函数。(MD5 is a widely used " message- digest algorithm." Is actually a single hash function.)

3
下载
86
浏览
2010-12-27发布

13. jiami

  自主编写的一个简单的加密程序,算法思想简单(Written in a simple self-encryption algorithm is simple thoughts)

1
下载
77
浏览
2010-12-16发布

14. ESPU

  此资料为加密芯片资料,里面有例程,是很好的资料(This data encryption chip data, there are routine, the data is good)

15
下载
86
浏览
2010-12-03发布

15. rsa

  RSA算法,主要讲述算法的原理和过程,设计到加密解密,和溢出处理,初级学习RSA用(RSA algorithm, the algorithm mainly about the principle and process design to the encryption and decryption, and overflow processing, the primary study used RSA)

9
下载
70
浏览
2010-10-25发布

16. 3dsmax-md5importer

  可以将md5格式的模型导入到3ds max中的一个插件(3dsmax-md5importer)

11
下载
72
浏览
2010-10-01发布

17. 6

说明:  六种加密算法源码,包括CRC32校验,DES加密,MD5,rsa数字签名,RSA演示,简单加密(Six encryption algorithm source code, including the CRC32 checksum, DES encryption, MD5, rsa digital signature, RSA presentation, simple encryption)

0
下载
106
浏览
2010-09-23发布

18. aes

  aes源码。加密的高级标准。。。。。。。。。。(aes)

2
下载
97
浏览
2010-09-19发布

19. AES

  AES加密以及解密实现,这是一个AES文件加密软件,用VC++ MFC编写,里面有详细的源代码以及加密和解密的具体实现方法。(AES encryption and decryption to achieve, this is a AES file encryption software, written using VC++ MFC, which has detailed source code and encryption and decryption of the specific implementation method.)

20. affine1

  仿射 suanfa daima 加密 解密(affine suanfa daima affine )

3
下载
81
浏览
2010-09-02发布