-
易语言MD5加密程序... 没什么好多说的了 看了就懂了
易语言MD5加密程序... 没什么好多说的了 看了就懂了-Yi language MD5 encryption ...... nothing to say the viewers a much better understand the
- 2022-06-26 23:12:26下载
- 积分:1
-
利用汇编语言实现DES加密算法
利用汇编语言实现DES加密算法-using assembly language to achieve DES encryption algorithm
- 2022-11-02 22:50:03下载
- 积分: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
-
以前发的那个只实现了SHA
以前发的那个只实现了SHA-1, 现在补全了,
sha-160, sha-224, sha-256, sha-384, sha-512-Previously issued only to realize that the SHA-1, is now a complete, sha-160, sha-224, sha-256, sha-384, sha-512
- 2023-09-06 02:25:03下载
- 积分:1
-
用VC编辑的一个MD5算法,很好用可以顺利进行运行
用VC编辑的一个MD5算法,很好用可以顺利进行运行-VC editor of an MD5 algorithm is useful for the smooth running
- 2022-02-01 21:32:41下载
- 积分:1
-
Machine to make use of multi
机器采用多层感知器异或分类
- 2022-02-14 10:23:49下载
- 积分:1
-
MD5算法器,是一个非常实用简单的MD5算法器,用来加密,在公司用的很多,上次一同事向我要...
MD5算法器,是一个非常实用简单的MD5算法器,用来加密,在公司用的很多,上次一同事向我要-MD5 algorithm, and is a very useful device simple MD5 algorithm for encryption, the company used many of my colleagues told me the last one to
- 2022-02-21 02:58:00下载
- 积分:1
-
银行数据安全的加密技术和设备
银行数据安全的加密技术和设备-bank data security encryption technology and equipment
- 2022-11-30 19:20:03下载
- 积分:1
-
SHA 256 encryption algorithm, better than the MD5 algorithm better algorithm, we...
SHA 256 加密算法,比 MD5 更好的算法更好的算法,希望对大家有帮助-SHA 256 encryption algorithm, better than the MD5 algorithm better algorithm, we hope to help
- 2022-10-23 11:20:04下载
- 积分:1
-
MD5文件签名算法的另一个实现
MD5文件签名算法的另一个实现-MD5 algorithm to achieve another
- 2023-06-29 10:00:04下载
- 积分:1