登录

最新会员 最新下载

成为了本站VIP会员

01月05日 00:38

成为了本站VIP会员

2024-12-25 15:38

成为了本站VIP会员

2024-12-25 12:28

成为了本站VIP会员

2024-12-25 12:10

成为了本站VIP会员

2024-12-24 23:54

成为了本站VIP会员

2024-12-24 23:29
已选条件
  1. 编程语言:所有
  2. 代码类别:加密解密
  3. 发布时间:不限
全部撤销
编程语言 更多 收起
代码类别 更多 收起
发布时间
更多选项

1. DES encryption detailed documentation, source code. . . Worth about A

DES加密详细文档,有源码。。。值得一下阿-DES encryption detailed documentation, source code. . . Worth about A

1
下载
62
浏览
2022-07-18发布

2. implementation of rijndael furious algorithm to encrypt and decrypt information

implementation of rijndael furious algorithm to encrypt and decrypt information

1
下载
88
浏览
2022-07-18发布

3. Base64 算法(Author 蒋柏良 Jerry Jiang)

Base64 加密算法(Author 蒋柏良 Jerry Jiang)-* * DESCRIPTION * Base64 processes input in 24bit chunks by converting each chunk into 4 * bytes of output. It does so by splitting input into four 6bit groups and * using these as indexes in the following substitution table- * const char base64_map[] = * "ABCDEFGHIJKLMNOPQRSTUVWXYZ" * "abcdefghijklmnopqrstuvwxyz" * "0123456789+/" * If an input is not a multiple of 3 bytes, it s padded with zeros. In * this case the output bytes that consist entirely of the pad data are * replaced with = . * * Example * An input of 0x00 0x45 0xF2 is equivalent to 00000000 01000101 11110010 * bit sequence, which s then split into 000000 000100 010111 110010 * and these are substituted to produce the following base64 encoding * A E X y * * RETURN VALUE * b64_length() should return output length for the input of len bytes. * b64_encode() should encode len bytes from src int

1
下载
111
浏览
2022-07-18发布

4. 编程中获得会话钥匙非常重要的 MSDN 展示了一种使用私钥的方法。 但是微软的这个在MSDN中例子相当的长。 本文下面介绍的这个方法不仅更快而且更有效...

编程中获得会话密钥匙非常重要的 MSDN 展示了一种使用私钥的方法。 但是微软的这个在MSDN中例子相当的长。 本文下面介绍的这个方法不仅更快而且更有效 -Programming cryptographic key conversation was very important MSDN demonstrated a method of using the private key. But in Microsoft"s MSDN examples longer. Presented below is the method not only faster and more effectively

1
下载
101
浏览
2022-07-18发布

5. 局域网聊天程序的,使用RSA算法,可以保证…

加密的局域网聊天程序,采用RSA加密算法,可保证聊天的私密-Chat LAN encryption procedures, using the RSA encryption algorithm, can guarantee that the privacy Chat

1
下载
83
浏览
2022-07-18发布

6. md5例程 主要可以通过程序了md5如何,在编程是可以直接借用。...

md5例程 主要可以通过程序了解md5如何加密,在编程是可以直接借用。-md5 routines mainly through the process to understand how md5 encryption, in the programming can be borrowed directly.

1
下载
97
浏览
2022-07-17发布

7. 用VC实现MD5算法的源代码

用VC实现MD5算法的源代码-with VC MD5 algorithm source code

1
下载
98
浏览
2022-07-16发布

8. 在卡片上管理码的工具。码被标注并集体存储在卡片上。因此这是一个安全存储码的方法

在卡片上管理密码的工具。密码被标注并集体加密存储在卡片上。因此这是一个安全存储密码的方法-on the card password management tool. Tagging password encryption and collective memory on the card. So this is a safe method of storage of passwords

1
下载
108
浏览
2022-07-15发布

9. 这个例子描述了MD4碰撞,很有研究价值,大家可以仔细研究下...

这个例子描述了MD4碰撞,很有研究价值,大家可以仔细研究下-MD4碰撞

1
下载
84
浏览
2022-07-14发布

10. 一个Java例子,包括、ftp

一个Java例子,包括加密、ftp-A Java examples, including encryption, ftp

1
下载
89
浏览
2022-07-14发布

11. 一个DES算法的实现

一个DES加密算法的实现-a DES encryption algorithm implementation

1
下载
77
浏览
2022-07-14发布

12. DES( Data Encryption Standard)算法,于1977年得到美国政府的正式许可,是一种用56位钥来64位数据的方法。DES算法以被应...

DES( Data Encryption Standard)算法,于1977年得到美国政府的正式许可,是一种用56位密钥来加密64位数据的方法。DES算法以被应用于许多需要安全加密的场合。-DES (Data Encryption Standard) algorithm, in 1977 the United States government"s official permission, is a key 56 to 64-bit data encryption methods. DES algorithm to be applied to many needs security encryption occasions.

1
下载
69
浏览
2022-07-13发布

13. A new MD5 encryption algorithm, the use of ASP language version

一种用于新型MD5的加密算法,使用 ASP语言版-A new MD5 encryption algorithm, the use of ASP language version

1
下载
104
浏览
2022-07-13发布

14. pgp例子

pgp加密例子 -pgp encryption example

1
下载
87
浏览
2022-07-13发布

15. 对文件的试验程序。

对文件加密的试验程序。-document encryption testing procedures.

1
下载
90
浏览
2022-07-13发布

16. 用MFC实现的对任意长度的文件的MD5,得到的是标准的32位十六进制数...

用MFC实现的对任意长度的文件的MD5加密,得到的是标准的32位十六进制数-Using MFC to achieve for any length of document MD5 encryption, receive the standard 32-bit hexadecimal number

1
下载
99
浏览
2022-07-13发布

17. EXE二合一源代码!不用多说了!用tasm编译!

EXE二合一源代码!不用多说了!用tasm编译!-source code! Needless to say! With Tasm compiler!

1
下载
96
浏览
2022-07-13发布

18. 在网络上销售的商业管理系统,一般都要注册才能使用。本实例将使用INT文件对软件进行用户信息注册。...

在网络上销售的商业管理系统,一般都要注册才能使用。本实例将使用INT文件对软件进行用户信息注册。-On the network marketing business management systems, generally have to register to use. INT files in this instance will use the software user information registration.

1
下载
81
浏览
2022-07-13发布

19. AES算法主要包括三个方面:轮变化、轮数和钥扩展。本文以128为例,介绍算法的基本原理;结合C语言,实现高级数据算法AES(AES

AES算法主要包括三个方面:轮变化、轮数和密钥扩展。本文以128为例,介绍算法的基本原理;结合C语言,实现高级数据加密算法AES(AES-128)。-AES algorithm mainly includes three aspects: round of changes, round number and key expansion. In this paper, 128 for example, introduce the basic principles of algorithm combination of C language, the realization of advanced data encryption algorithm AES (AES-128).

3
下载
109
浏览
2022-07-12发布

20. DES算法的Visual C++实现

DES加密算法的Visual C++实现-DES encryption algorithm Visual C++ Realize

1
下载
101
浏览
2022-07-11发布