登录

最新会员 最新下载

成为了本站VIP会员

今天21:42

成为了本站VIP会员

今天16:59

成为了本站VIP会员

05月09日 16:51

成为了本站VIP会员

05月09日 14:47

成为了本站VIP会员

05月08日 20:16

成为了本站VIP会员

05月08日 10:54
已选条件
  1. 编程语言:所有
  2. 代码类别:加密解密
  3. 发布时间:一周内
全部撤销
编程语言 更多 收起
代码类别 更多 收起
发布时间
更多选项

1. Consecutive AES core Description of project.. Features

Consecutive AES core Description of project.. Features - AES encoder - 128/192/256 bit - AES decoder - 128/192/256 bit Status - Key Expansion added - Encoder added - Decoder added - Documentation added

1
下载
27
浏览
2023-06-25发布

2. RSA的程序

RSA加密的程序-RSA encryption procedure

1
下载
130
浏览
2023-06-25发布

3. 关于mpc85XX sec驱动 sec版本为2.0.支持多种算法

关于mpc85XX sec驱动 sec版本为2.0.支持多种加密算法-Mpc85XX sec on the sec-driven version 2.0. To support a variety of encryption algorithms

1
下载
119
浏览
2023-06-25发布

4. md5是常用的算法,但是在vc中没有系统的类可以用。本程序完成了md5类,使用简单。不是国内网上流传的类。...

md5是常用的加密算法,但是在vc中没有系统的类可以用。本程序完成了md5类,使用简单。不是国内网上流传的类。-md5 is a commonly used encryption algorithm, but in vc no class system can be used. This procedure was completed md5 categories, using a simple. Rather than domestic circulating online class.

1
下载
22
浏览
2023-06-24发布

5. RC2 algorithm source code

RC2算法源代码-RC2 algorithm source code

1
下载
26
浏览
2023-06-22发布

6. right software encryption restrictions to prevent the end by sending copies to b...

对软件进行加密限制,以防止末经诃可的随意拷贝-right software encryption restrictions to prevent the end by sending copies to be arbitrary

1
下载
71
浏览
2023-06-21发布

7.

SHA-1Hash函数源码,可以对任何文件做Hash,得到的Hash值为160位。具有抗强碰撞,弱碰撞等能力。虽然王小云已经找到了个别碰撞。但在新的好的hash函数出来之前仍将被广泛使用。-SHA-1Hash function source, any document can be done right hash, the hash value of 160. Anti-collision, the weak capabilities of the collision. Although Bruce Schneier, had found individual collisions. But the new good hash function will be out before widespread use.

1
下载
49
浏览
2023-06-21发布

8. 一个不错的文件系统,对你工作的安全大大强。

一个不错的文件加密系统,对你工作的安全大大加强。-a good file encryption system, you have the right security greatly enhanced.

1
下载
59
浏览
2023-06-18发布

10. 测试对字符串的MD4。运行环境:vs2008 (注意选择“多字符”编译)...

测试对字符串的MD4。运行环境:vs2008 (注意选择“多字符”编译)-Testing of the string MD4. Operating environment: vs2008 (attention to the selection " multi-character" compilation)

1
下载
27
浏览
2023-06-18发布

11. 代码做了什么?有时我们可能希望隐藏我们的文件内容从其他…

What Does the code DO? Sometimes we may desire to hide our file contents from others.One of the possible way is encrypting these files.Here a simple encryption technique is used(In VB - The same technique can be implemented in "c" also.) Program flow Explained * Open the File to be encrypted for Binary Access Read(Say Source File) * Open a temparory file where encrypted data is stored for Binary Access Write(Say Destination File) * Loop through the Source File Byte by Byte * For each byte read from the file, Complement the data. (Using Not operator (in C we have to use "~" operator) * Write Complemented Data to Destination File * Delete the Source File * Rename Destination file as Source File(Now Encryption is over) -What Does the code DO? Sometimes we may desire to hide our file contents from others.One of the possible way is encrypting these files.Here a simple encryption technique is used (In VB- The same technique can be implemented in

1
下载
55
浏览
2023-06-18发布

12. 该源码包括了Java组件实现DES、RSA和SHA算法

该源码包括了Java加密组件实现DES、RSA和SHA加密算法 -The Java source code, including encryption components realize the DES, RSA and SHA encryption algorithm

1
下载
31
浏览
2023-06-15发布

13. 混沌算法及其在图像中的应用

这个是基于混沌的DES加密算法应用与图象加密-Chaos DES encryption algorithm and the application of image encryption

1
下载
40
浏览
2023-06-14发布

15. /* RSA Demo 1.0 版 * 版权所有 (C) 2004 赵春生 * 2004.04.25 * http://timw.yeah.net * http...

/* RSA Demo 1.0 版 * 版权所有 (C) 2004 赵春生 * 2004.04.25 * http://timw.yeah.net * http://timw.126.com * 本程序调用Miracl ver 4.82大数运算库,详见其附带手册。 * P,Q,N,D,E使用RSATool2生成。 */ 编译提示: 一:将Project-Settings-Settings For(All Configuration)-C/C++中Category项的 Precompiled Headers设置成:Automatic use of precompiled headers(图1)。 二:将ms32.lib添加到工程中(图2)。 三:MIRACL是C库。 extern "C" { #include "miracl.h" #include "mirdef.h" } #pragma comment( lib, "ms32.lib" )-/* RSA Demo version 1.0* Copyright (C) 2004 Zhao Chunsheng 2004.04.25*** http://timw.126.com http://timw.yeah.net* The procedures called Miracl ver 4. The majority of computing for 82, as detailed in its fringe manual.* P, Q, N, D, E use RSATool2 generation.*/Compiler Tip : 1 : Project-Settings- Settings For (All Configuration)- C/C Category, of OO Headers set : Automatic use of precompiled headers (Figure 1). 2 : ms32.lib added to the project (Figure 2). 3 : MIRACL C library. Extern "C" (# include "miracl.h"# include "mirdef.h")# pragma

1
下载
56
浏览
2023-06-13发布

16. RSA实现数字签名算法 VC++实现,有图形化窗口

RSA实现数字签名算法 VC++实现,有图形化窗口-Digital Signature Algorithm to RSA

1
下载
35
浏览
2023-06-12发布

17. 电子邮件指定地址海量发送,包含Base64算法

电子邮件指定地址海量发送,包含Base64加密算法-Send mass e-mail address specified, including the Base64 encryption algorithm

1
下载
47
浏览
2023-06-11发布

18. 转载,软件注册案例

转载,软件注册案例-reproduced, software registration case

1
下载
187
浏览
2023-06-10发布

19. 快速去除PDF码设置,不用安装,直接使用

快速去除PDF密码设置,不用安装,直接使用-Quick removal of PDF password settings, do not need to install, direct use

1
下载
124
浏览
2023-06-09发布

20. JAVA算法之一

JAVA加密算法之一-JAVA encryption algorithm

1
下载
168
浏览
2023-06-07发布