-
hidden software !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
隐藏软件-hidden software !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
- 2022-02-12 07:37:53下载
- 积分:1
-
这个例子描述了MD4碰撞,很有研究价值,大家可以仔细研究下...
这个例子描述了MD4碰撞,很有研究价值,大家可以仔细研究下-MD4碰撞
- 2022-07-14 20:29:23下载
- 积分:1
-
数据隐藏程序,更不是安全的秘密
数据隐藏程序,比机密更安全-Data Hiding procedures, more than security secrets
- 2023-07-27 04:05:03下载
- 积分:1
-
enigma.zip(VB),一个德国的恩尼格玛密码加密技术很酷的例子,原来的…
enigma.zip(VB)一个德国的enigma加密技术例子COOL,原程序不支持明文是汉字,添加了一个小模块
-enigma.zip (VB), a German enigma encryption technology COOL example, the original program is not expressly support Chinese characters, add a small module
- 2022-08-21 18:13:42下载
- 积分:1
-
SS7消息的格式和代码是ITU 2
ITU SS7 AIF message format and codes part 2
- 2022-03-10 14:44:58下载
- 积分:1
-
md5单向散列加密算法,此压缩包,包含完整调用DLL源码,PB格式.导入后直接可以应用....
md5单向散列加密算法,此压缩包,包含完整调用DLL源码,PB格式.导入后直接可以应用.-md5 hash encryption algorithm, this compressed, includes a complete calling DLL source, PB format. After the direct import can apply.
- 2022-05-21 00:47:37下载
- 积分: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
-
RSA算法
实施一个小程序,以产生一对非对称密钥对要与RSA算法使用。
- 2022-04-02 07:09:52下载
- 积分:1
-
Openssl ActivePerl
Openssl & ActivePerl-5.8 & 编译要点说明,按照说明很容易通过编译,本人已经测试过,祝你好运。-Openssl ActivePerl- Compiler 5.8 points that can easily follow the instructions through the compiler, I have tested, I wish you the best of luck.
- 2022-06-14 02:34:21下载
- 积分:1
-
CRC
CRC-16算法的C语言实现(以常见的CRC-ITU为例引出的比特型算法)。-CRC-16 algorithm of the C language (in common CRC-ITU as an example of bit-based algorithm for extraction).
- 2022-06-17 00:22:20下载
- 积分:1