-
LZW字典编解码
LZW编码是围绕称为词典的转换表来完成的。这张转换表用来存放称为前缀(Prefix)的字符序列,并且为每个表项分配一个码字(Code word),或者叫做序号。这张转换表实际上是把8位ASCII字符集进行扩充,增加的符号用来表示在文本或图像中出现的可变长度ASCII字符串。扩充后的代码可用9位、10位、11位、12位甚至更多的位来表示。
- 2023-06-26 06:05:04下载
- 积分:1
-
一个用DELPHI编写的DES加密接密原代码
一个用DELPHI编写的DES加密接密原代码- The DES encryption which compiles with DELPHI meets the dense
original code
- 2022-06-19 12:20:51下载
- 积分:1
-
在WTL程序中使用MD5算法的一个实现例子。
在WTL程序中使用MD5算法的一个实现例子。-WTL program in the MD5 algorithm using the example of an implementation.
- 2022-03-22 22:05:53下载
- 积分:1
-
文本加密,利用异或操作对指定文件进行加密,加密密码由用户输入...
文本加密,利用异或操作对指定文件进行加密,加密密码由用户输入-Text encryption, the use of XOR operations on the specified file is encrypted, encryption, password from user input
- 2023-01-07 05:55:02下载
- 积分:1
-
Openssl 0.9.8h 最新版OpenSSL
Openssl 0.9.8h 最新版OpenSSL -Openssl 0.9.8h the latest version of OpenSSL
- 2022-02-20 07:02:49下载
- 积分:1
-
VC知识库文章
VC知识库文章 - C-S模式考试程序制作详解-VC-C-S model produced Elaborates on examination procedures
- 2022-01-24 14:56:21下载
- 积分:1
-
windows2000以上自带的加密api
windows2000以上自带的加密api-dpapi的使用例子.-windows2000 above onboard encryption api- dpapi examples of the use.
- 2022-05-31 08:18:26下载
- 积分:1
-
pgp加密例子
pgp加密例子 -pgp encryption example
- 2022-07-13 18:34:28下载
- 积分:1
-
用vb实现的文本加密算法
用vb实现的文本加密算法-used to achieve the text encryption algorithm
- 2022-05-16 15:07:03下载
- 积分:1
-
在Visual C++ 6.0下利用Rijndael算法进行任意文件加密,一个rijndael加密算法的使用实例,虽然图形界面做得比较粗糙,但是程序本身有很多值...
在Visual C++ 6.0下利用Rijndael算法进行任意文件加密,一个rijndael加密算法的使用实例,虽然图形界面做得比较粗糙,但是程序本身有很多值得参考和学习的地方- 6.0 carries on the free document encryption in Visual C using
the Rijndael algorithm, a rijndael encryption algorithm use example,
although the graphical interface does quite roughly, but procedure
itself has the very multiple-valued reference and the study place
- 2022-01-31 21:53:39下载
- 积分:1