-
LZW字典编解码
LZW编码是围绕称为词典的转换表来完成的。这张转换表用来存放称为前缀(Prefix)的字符序列,并且为每个表项分配一个码字(Code word),或者叫做序号。这张转换表实际上是把8位ASCII字符集进行扩充,增加的符号用来表示在文本或图像中出现的可变长度ASCII字符串。扩充后的代码可用9位、10位、11位、12位甚至更多的位来表示。
- 2023-06-26 06:05:04下载
- 积分:1
-
SoftLock加密控件(非源码)
SoftLock加密控件(非源码)-SoftLock encryption controls (FOSS)
- 2022-02-13 07:54:54下载
- 积分:1
-
can的能源测试需要帮助的人请自己下载,还是挺有用的
can的能源测试需要帮助的人请自己下载,还是挺有用的-nothing could i say ,why should we need to upload
- 2022-02-06 01:12:47下载
- 积分:1
-
椭圆曲线密码实现
对椭圆曲线进行了很好的实现,包括 combined_math:onb_integer opt_hash poly_hash poly_integer
fast_onb
integer
onb:DH.example ElGamal.example MQV.simple
polymath:basics DH_example ElGamal.example
- 2022-04-06 14:56:19下载
- 积分:1
-
利用汇编语言实现DES加密算法
利用汇编语言实现DES加密算法-using assembly language to achieve DES encryption algorithm
- 2022-11-02 22:50:03下载
- 积分:1
-
including registration generation software, LIB, DLL encryption modules in vario...
包括注册号生成软件、LIB、DLL 加密模块 各种语言调用加密模块的例子程序等-including registration generation software, LIB, DLL encryption modules in various languages called encryption module examples procedures
- 2022-01-25 23:56:34下载
- 积分:1
-
DES算法全称为Data Encryption Standard,即数据加密算法,DES算法把64位的明文输入块变为64位的密文输出块,它所使用的密钥也是64位...
DES算法全称为Data Encryption Standard,即数据加密算法,DES算法把64位的明文输入块变为64位的密文输出块,它所使用的密钥也是64位。RSA的安全性依赖于大数分解。公钥和私钥都是两个大素数( 大于 100个十进制位)的函数。本程序为适合初学者的rsa算法java源码及des源码,开发环境eclipse3.4-DES algorithm called the Data Encryption Standard, that is, data encryption algorithm, DES algorithm to express the 64-bit input block into a 64-bit output ciphertext block, it is also used 64-bit key. RSA" s security depends on the decomposition of large numbers. Public key and private key are two large prime numbers (more than 100 decimal places) of the function. This procedure is suitable for beginners of rsa algorithm java source and des-source, development environment eclipse3.4
- 2023-01-27 23:40:03下载
- 积分:1
-
crytage和RSA 64位decryptage
crytage and decryptage with rsa 64 bits
- 2022-03-28 19:12:24下载
- 积分:1
-
简单的文件加密程序,希望站长保留,一些小课程设计可以用...
简单的文件加密程序,希望站长保留,一些小课程设计可以用-Simple file encryption program, owners want to retain some small curriculum design can be
- 2022-09-18 15:15:03下载
- 积分:1
-
C++ Under the base64 encoding, can support any data base64 encoding.
C++下的base64编码,能够支持任何数据进行base64编码。
-C++ Under the base64 encoding, can support any data base64 encoding.
- 2022-07-09 08:12:41下载
- 积分:1