-
LZW字典编解码
LZW编码是围绕称为词典的转换表来完成的。这张转换表用来存放称为前缀(Prefix)的字符序列,并且为每个表项分配一个码字(Code word),或者叫做序号。这张转换表实际上是把8位ASCII字符集进行扩充,增加的符号用来表示在文本或图像中出现的可变长度ASCII字符串。扩充后的代码可用9位、10位、11位、12位甚至更多的位来表示。
- 2023-06-26 06:05:04下载
- 积分:1
-
河豚的源代码
blowfish source code
- 2022-03-11 14:12:52下载
- 积分:1
-
MD5以512位分组来处理输入的信息,且每一分组又被划分为16个32位子分组,经过了一系列的处理后,算法的输出由四个32位分组组成,将这四个32位分组级联后将生...
MD5以512位分组来处理输入的信息,且每一分组又被划分为16个32位子分组,经过了一系列的处理后,算法的输出由四个32位分组组成,将这四个32位分组级联后将生成一个128位散列值。 -MD5 with 512-bit packet to process the input information, and each group was again divided into 16 32-seat group, after a series of processing, the algorithm" s output consists of four 32-bit group composed of these four 32-bit Cascade Group will generate a 128-bit hash value.
- 2022-07-22 00:05:55下载
- 积分:1
-
JAVA encryption algorithm, however, support 256
JAVA加密算法之一,不过支持256位加密-JAVA encryption algorithm, however, support 256-bit encryption
- 2022-01-25 17:57:40下载
- 积分:1
-
des cipher
des加密 ElGamal算法既能用于数据加密也能用于数字签名,其安全性依赖于计算有限域上离散对数这一难题。
密钥对产生办法。首先选择一个素数p,两个随机数, g 和x,g, x
- 2022-03-07 03:28:18下载
- 积分:1
-
数据隐藏程序,更不是安全的秘密
数据隐藏程序,比机密更安全-Data Hiding procedures, more than security secrets
- 2023-07-27 04:05:03下载
- 积分:1
-
AES应用的一些相关列子,同样需要库的支持
AES应用的一些相关列子,同样需要库的支持-AES Liezi some applications, also need the support of the Treasury
- 2022-11-22 23:55:03下载
- 积分:1
-
这个例子描述了MD4碰撞,很有研究价值,大家可以仔细研究下...
这个例子描述了MD4碰撞,很有研究价值,大家可以仔细研究下-MD4碰撞
- 2022-07-14 20:29:23下载
- 积分:1
-
局域网聊天程序的加密,使用RSA加密算法,可以保证…
加密的局域网聊天程序,采用RSA加密算法,可保证聊天的私密-Chat LAN encryption procedures, using the RSA encryption algorithm, can guarantee that the privacy Chat
- 2022-07-18 08:46:44下载
- 积分:1
-
these two works mainly with a CSP. CSPTEST comparison was made mainly to the cha...
这两个工程主要用CSP
1、CSPTEST 写的比较乱 主要是给当时一个朋友做参考调用的 完成非对称密钥的生成、导入、导出、加密、解密、对称的加密解密、签名、验证。
2、CSTTEST2 写的比前个好些,但是平时上班,下班自己也要写论文,所以花的时间也不太多,很多地方都偷懒了。比如文件大小我没有用NEW 而且指定了1024 有需要的朋友可以自己修改。这个工程主要是非对称的密钥的导出和导入,还有就是会话密钥的操作。-these two works mainly with a CSP. CSPTEST comparison was made mainly to the chaos when a friend called to refer to the completion of the non-symmetric key generation, importing and exporting, encryption, decryption, symmetric encryption and decryption, signature, the certification. 2, CSTTEST2 write better than in the previous months, but usually go to work and finish their own toilet paper so I spent the time is not too much, all of the lazy. For instance, file size I have not used the NEW 1024 and designated a need to amend their friends. The project mainly non-symmetric keys to the Export and Import, there is the session key operation.
- 2022-03-21 02:06:35下载
- 积分:1