-
the documents encrypted driver source
文档加密驱动程序源
- 2022-04-12 22:16:59下载
- 积分:1
-
非常简单却实用的一款通讯簿,主要特色是支持密码保护功能,可以实现联系人信息的保密....
非常简单却实用的一款通讯簿,主要特色是支持密码保护功能,可以实现联系人信息的保密.-very simple but practical one Address Book, the main feature is support password protection function, Contact information can achieve confidentiality.
- 2022-03-16 05:14:19下载
- 积分: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算法 vb
MD5算法,vb编写,纯手工无私奉献,极力推荐下载!复制粘贴可直接使用!调用函数直接是MD5(),简单易懂,不可逆!
- 2022-07-01 03:00:44下载
- 积分:1
-
密码安全方面的PGP资料,很有用的!是学习密码学的好东西@
密码安全方面的PGP资料,很有用的!是学习密码学的好东西@-PGP password security information, very useful! Is a good thing to learn cryptography @
- 2022-03-09 19:10:38下载
- 积分:1
-
一种国际上通用的加密算法―DES算法的原理
一种国际上通用的加密算法―DES算法的原理-a common encryption algorithms-DES algorithm Principle
- 2023-07-24 01:05:04下载
- 积分:1
-
des加密算法,用于IP通讯方面的,用VHDL写成的源程序
des加密算法,用于IP通讯方面的,用VHDL写成的源程序-des encryption algorithm used for IP communications.the source codes are written in VHDL
- 2022-07-11 01:11:12下载
- 积分:1
-
Verilog写的 CRC 编码
Verilog写的 CRC 编码-CRC code written in Verilog
- 2022-06-18 19:05:04下载
- 积分:1
-
Java 16位MD5 Hash code generator
Java 16位MD5 Hash code generator-Java 16 md5 generator
- 2022-02-01 17:18:20下载
- 积分:1
-
MD5 algorithm ASP. It MD4 increase on the basis of "safety
MD5算法的ASP实现. 它在MD4的基础上增加了"安全-带子"(Safety-Belts)的概念。虽然MD5比MD4稍微慢一些,但却更为安全。MD5也为一种非常优秀的中间技术。-MD5 algorithm ASP. It MD4 increase on the basis of "safety-belt" (Safety-Belts) concept. Although MD5 than MD4 slightly slower, but more secure. MD5 also as a very good intermediate technology.
- 2022-03-04 18:53:28下载
- 积分:1