登录

最新会员 最新下载

成为了本站VIP会员

05月20日 21:43

成为了本站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
已选条件
  1. 编程语言:所有
  2. 代码类别:加密解密
  3. 发布时间:一周内
全部撤销
编程语言 更多 收起
代码类别 更多 收起
发布时间
更多选项

1. 斯坦福大学的码学家身份认同

斯坦福大学密码学家Boneh的基于身份的公钥密码系统-Stanford University passwords Jurists Boneh the identity-based public-key cryptosystem

1
下载
54
浏览
2023-04-19发布

2. 椭圆曲线Elliptic Curve)算法(

椭圆曲线Elliptic Curve)加密算法(-Elliptic Curve Elliptic Curve) encryption algorithm (

2
下载
52
浏览
2023-04-18发布

3. MD5算法源代码,个人感觉相当有学习的热的价值,希望大家共同学习,共同进步....

MD5加密算法源代码,个人感觉相当有学习的热的价值,希望大家共同学习,共同进步.-MD5 encryption algorithm source code, personal feeling quite hot the value of learning, I hope everyone learn together and seek common progress.

1
下载
40
浏览
2023-04-17发布

4. using CAST

采用CAST-256位加密的Back Orifice 2000插件源代码-using CAST-256 encryption Back Orifice 2000 plug-in source code

1
下载
60
浏览
2023-04-17发布

5. 这是一个古典算法。是最近自己编写的。

这是一个古典加密算法。是最近自己编写的。-This is a classical encryption algorithm. Recently prepared themselves.

1
下载
41
浏览
2023-04-14发布

6. DES算法的C++

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

1
下载
58
浏览
2023-04-13发布

7. with BCB was a shell!

一个用BCB写的壳!-with BCB was a shell!

1
下载
58
浏览
2023-04-12发布

8. 在 c + + 中实现 RC4 算法

首先,RC4算法生成一个“状态”,这开始为包含在订单值0-255的数组。然后该算法通过阵列迭代和周围交换的元素,基于所述键值。原始密钥然后可被丢弃,因为RC4只使用状态来创建一个伪随机密钥流,由算法选择的元素和吐出出来。密钥流的所述状态单靠额外的好处是,原来的密钥并不需要被保存在内存中。算法初始化状态。执行密钥调度算法(KSA)上的状态下,根据所输入的键(然后其可以被丢弃)。在算法选择(现炒)的状态,并将其输出作为密钥流元素。

1
下载
40
浏览
2023-04-10发布

9. welfare lottery 3D, projections, the software has shrunk. Is their half

welfare lottery 3D, projections, the software has shrunk. Is their half-year effort, delphi development, it is entirely possible commercialization of the software (value 10,000), Now it dedicated to the PUDN.com

1
下载
54
浏览
2023-04-10发布

10. sha1的快速实现

用c语言实现的sha1,速度很快,和普通的sha1不同

1
下载
39
浏览
2023-04-10发布

11. 信息学竞赛中常用的算法总结: 串匹配的高效算法

信息学竞赛中常用的算法总结: 串匹配的高效算法-KMP 公开密钥体系之RSA算法 双向广度搜索 图论算法 -Informatics algorithms commonly used race Summary: Efficient String Matching Algorithm-KMP system RSA public key algorithm for bi-directional breadth of the search algorithm of graph theory

1
下载
53
浏览
2023-04-10发布

12. QCA的OPENSSL模块,支持SSL2、SSL3、TLS等协议,扩展QCA的功能

QCA的OPENSSL模块,支持SSL2、SSL3、TLS等协议,扩展QCA的功能-QCA s OpenSSL module, support SSL2, SSL3, TLS, such as an agreement to expand the functions of QCA

1
下载
40
浏览
2023-04-09发布

13. base64 算法,这是一个非常详细的编码和码的过程

base64 算法,这是一个非常详细的编码和解码的过程-base64 algorithm, this is a very detailed process of encoding and decoding

1
下载
40
浏览
2023-04-09发布

14. 从一个随机文件读取256字节数据形成数据区DArea,再应用洗牌法所给的方法生成0~255的一个全排列DTab。试分别写出"求DArea中全部数据经 (1)...

从一个随机文件读取256字节数据形成数据区DArea,再应用洗牌法所给的方法生成0~255的一个全排列DTab。试分别写出"求DArea中全部数据经 (1)以DTab为S-盒; (2)以DTab为P置换 -from a random file read 256 byte data area DArea form data, re-shuffling in law application to the formation of 0 ~ 255 DTab a full array. Try to write were "seeking DArea by which all data (1) DTab S-boxes; (2) DTab replacement for the P

1
下载
65
浏览
2023-04-08发布

16. S盒的线性逼近表的运算,可在程序里面修改数值,这是一本码学的书籍上的题目的运算程序...

S盒的线性逼近表的运算,可在程序里面修改数值,这是一本密码学的书籍上的题目的运算程序-S-box linear approximation table calculations, which can be modified numerical procedure, which is a cryptography book on the topic of computing procedures

1
下载
58
浏览
2023-04-06发布

17. encrypt image

加密数字图像的主要源码 加密数字图像的主要源码-encrypt image

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

18. 椭圆曲线算法

椭圆曲线加密算法-elliptic curve cryptosystem

2
下载
49
浏览
2023-04-04发布

19. Base64 encoding and decoding, MD5 encryption source DEMO

Base64编码与解码,MD5加密源码 DEMO-Base64 encoding and decoding, MD5 encryption source DEMO

1
下载
54
浏览
2023-04-04发布

20. 后工具烘干机烘干就 鬼画符规划覆盖

后工具烘干机烘干就 鬼画符规划覆盖 -tools dryer sheets drying on the planning coverage plans cover sheets

1
下载
62
浏览
2023-04-03发布