搜索资源列表
著名的加密算法md5的通用算法
- 著名的加密算法md5的通用算法,并有单次算法和多次算法的直接演算-famous encryption algorithm md5 generic algorithms, and algorithm for single and multiple direct routing algorithm
Asp 文件加密器(MyAsp) v1.2
- 文件加密 # MyAsp使用许可 #感谢您对共享软件的支持 #请将此文件放到站点根目录!并且重命为: MyAsp.license #不要修改此文件,否则将不可用! MyAsp Version=1.0 Create Date=2005-4-17 Http Address=localhost,127.0.0.1,sw.linuxcpc.org,www.linuxcpc.org Email Addr
Huffman 算法的不同实现
- ---- Huffman 算法的不同实现 本目录下的程序用8种不同的方式实现了Huffman编码算法,这8种方式分别是 * huffman_a 使用链表结构生成Huffman树的算法,这是最基本的实现方法,效率最低。 * huffman_b 使用《数据结构》(严蔚敏,吴伟民,1997,C语言版)中给出的算法,将二叉树存放在连续空间里(静态链表),空间的每个结点内仍有左子树、右子树、双亲等指针。 * huffman_c 使用Canonical
des算法
- 当今社会是信息化的社会。为了适应社会对计算机数据安全保密越来越高的要求,美国国家标准局(NBS)于1997年公布了一个由IBM公司研制的一种加密算法,并且确定为非机要部门使用的数据加密标准,简称DES(Data Encrypton Standard)。自公布之日起,DES算法作为国际上商用保密通信和计算机通信的最常用算法,一直活跃在国际保密通信的舞台上,扮演了十分突出的角色。现将DES算法简单介绍一下,并给出实现DES算法的VC源代码。 DES算法由加密、解密和子密钥的生成三部分组成。-s
cfftdll
- 傅里叶快速算法,DLL可有其他程序调用很好的呀,免费下载,不需账号即可。多多支持。-Fast Fourier algorithm, DLL can call other procedures are very good ah, the free download, can not account. For their support.
LDPC-2006-02-08.tar.gz
- Software for Low Density Parity Check Codes Radford M. Neal Version of 2006-02-08. This collection of programs and modules, written in C, is intended to support research and education concerning Low Density Parity Check (LDPC) codes. (Note, however,
fast huffman decoder
- A fast huffman decoder for standard JPEG image. This C code is used in linux and windows.
文本加密编码技术
- 加密(10) 功能:(1)输入任意一段明文M,以及密钥K (2)根据以下公式将其转换为密文C。 Ci = mi + K ,其中i = 0,1,……n-1 , K 为密钥; (3)具有输入输出界面。 ,Encryption (10) functions: (1) the importation of any section of an express M, and the key K (2) in accordance with the following for
万能路由器密码破解
- 万能路由器破解工具,是你噌网的必备工具!-Universal router crack tool, indispensable tool for your bass network!
3des
- 3des for java doc file
pohlig_hellman
- 离散对数攻击算法 ,原先下载"在VC中编程实现密码学中Pohlig-Hellman算法的小程序-in VC Programming cryptography has Pohlig-Hellman algorithm for small procedures",发现有问题,修改完善后上传.