-
including key disk production software, LIB, DLL encryption modules in various l...
包括密钥盘制作软件、LIB、DLL 加密模块 各种语言调用加密模块的例子程序、网络注册软件等-including key disk production software, LIB, DLL encryption modules in various languages called encryption module example, Web registration software
- 2022-04-12 13:10:22下载
- 积分:1
-
MD5 algorithm used to encrypt string of small programs
这是一个使用MD5算法对字符串进行加密的小程序-MD5 algorithm used to encrypt string of small programs
- 2022-07-22 00:40:21下载
- 积分:1
-
Base64 加密算法(Author 蒋柏良 Jerry Jiang)
Base64 加密算法(Author 蒋柏良 Jerry Jiang)-*
* DESCRIPTION
* Base64 processes input in 24bit chunks by converting each chunk into 4
* bytes of output. It does so by splitting input into four 6bit groups and
* using these as indexes in the following substitution table-
* const char base64_map[] =
* "ABCDEFGHIJKLMNOPQRSTUVWXYZ"
* "abcdefghijklmnopqrstuvwxyz"
* "0123456789+/"
* If an input is not a multiple of 3 bytes, it s padded with zeros. In
* this case the output bytes that consist entirely of the pad data are
* replaced with = .
*
* Example
* An input of 0x00 0x45 0xF2 is equivalent to 00000000 01000101 11110010
* bit sequence, which s then split into 000000 000100 010111 110010
* and these are substituted to produce the following base64 encoding
* A E X y
*
* RETURN VALUE
* b64_length() should return output length for the input of len bytes.
* b64_encode() should encode len bytes from src int
- 2022-07-18 16:55:26下载
- 积分:1
-
简单的文件加密代码
一个不错的文件加密系统,对你工作的安全大大加强。...
简单的文件加密代码
一个不错的文件加密系统,对你工作的安全大大加强。-simple file encryption code a good file encryption system, you have the right security greatly enhanced.
- 2022-01-25 15:53:09下载
- 积分:1
-
microsoft2007的下载密匙。用它来安装。否则无法安装microsoft2007
microsoft2007的下载密匙。用它来安装。否则无法安装microsoft2007-Key microsoft2007 download. Use it to install. Otherwise it is impossible to install microsoft2007
- 2022-10-05 18:40:02下载
- 积分:1
-
一个用VB写的壳!
一个用VB写的壳!-write a VB shells!
- 2022-09-03 08:05:03下载
- 积分:1
-
IBM的MARS加密算法实现,采用VC++语言开发,包含动态链接库,可直接使用。...
IBM的MARS加密算法实现,采用VC++语言开发,包含动态链接库,可直接使用。-IBM
- 2022-03-19 02:01:20下载
- 积分:1
-
DES算法介绍
DES算法介绍 -DES algorithm introduced
- 2022-06-17 17:24:26下载
- 积分:1
-
DES 加密 系统的 C 语言 实现的源代码
DES 加密 系统的 C 语言 实现的源代码-DES encryption system of the C language source code
- 2022-04-09 20:27:15下载
- 积分:1
-
数据加密的一个库:Crypto++,功能很多,接口完善。
数据加密的一个库:Crypto++,功能很多,接口完善。-A data encryption library: Crypto++, Features a lot of perfect interfaces.
- 2022-07-23 23:48:12下载
- 积分:1