-
vc++ md5类工程,有完整的VC源码,可成功编译
vc++ md5类工程,有完整的VC源码,可成功编译-vc++ md5-type project, the VC has a complete source code can be compiled successfully
- 2022-02-06 01:00:32下载
- 积分:1
-
LaoenED.com/LaoenED.exe for DOS/Windos9x/2k/XP LaoenED.exe for the user. A small...
LaoenED.com/LaoenED.exe for DOS/LaoenED.exe for Windos9x/2k/XP的密码查看器。很小但当你忘了密码的时候很实用!-LaoenED.com/LaoenED.exe for DOS/Windos9x/2k/XP LaoenED.exe for the user. A small, but when you forget the password are very practical!
- 2022-03-10 01:04:08下载
- 积分:1
-
这是关于DES加密算法的C / C++实现的一个例子
这是一关于DES加密算法的C/C++实现范例-This is the one on the DES encryption algorithm C/C++ Realize Example
- 2022-07-25 21:47:24下载
- 积分:1
-
CRC32检查
CRC32 check
- 2022-05-14 20:02:15下载
- 积分:1
-
Serpent算法,想必搞相关行业的朋友看到压缩文件名字就知道是什么了!...
Serpent算法,想必搞相关行业的朋友看到压缩文件名字就知道是什么了!-Serpent algorithm, must engage the relevant industry friends to see compressed file name know what it is!
- 2022-08-24 00:41:23下载
- 积分:1
-
code for des
#包括;
- 2023-06-14 09:45:03下载
- 积分:1
-
digital calender lock diagram and its describtion.a clear abstract on it
digital calender lock diagram and its describtion.a clear abstract on it-digital calender lock diagram and its describtion.a clear abstract on it
- 2022-03-18 10:00:10下载
- 积分:1
-
用C写的两个安全算法DES和MD5
水平有限
大家多指教
用C写的两个安全算法DES和MD5
水平有限
大家多指教-C wrote two security MD5 and the DES algorithm is limited enlighten everyone
- 2022-05-14 13:11:51下载
- 积分: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
-
md5加密酸法实现,VC++6.0实现,希望东家多多下载,交流交流
md5加密酸法实现,VC++6.0实现,希望东家多多下载,交流交流-md5 encryption acid realize, VC++ 6.0 realize the hope that a lot owner to download and exchange exchange
- 2022-08-08 00:36:34下载
- 积分:1