-
Base64算法C++实现
Base64算法C++实现
Base64算法C++实现
Base64算法C++实现-Base64 algorithm C++ Achieve Base64 algorithm C++ Achieve
- 2022-10-11 00:05:03下载
- 积分:1
-
数据加密技术之几种算法
saeuro
数据加密技术之几种算法
saeuro-1.03d.zip- data encryption technology several algorithms rsaeuro- 1.03d.zip
- 2022-02-03 12:45:51下载
- 积分:1
-
oracle9i官方培训教材,经典中的经典
oracle9i官方培训教材,经典中的经典-Oracle9i official training materials, classic classic
- 2022-01-28 12:20:47下载
- 积分:1
-
DES加密算法的硬件实现
本次实现采用流水线结构,分析子密钥与原始密钥的直接关系,利用组合逻辑同时产生16个子密钥,总体上既兼顾了效率,又不占用太多资源,经仿真测试,完全通过。
- 2022-03-13 01:16:29下载
- 积分:1
-
one of example about hardware design language
one of example about hardware design language
- 2022-03-30 12:23:48下载
- 积分:1
-
ENIGMA3模拟WW II加密算法(含EXE文件)
ENIGMA3模拟WW II加密算法(含EXE文件)-ENIGMA3 simulation WW II Encryption Algorithm (including EXE)
- 2023-08-20 15:35:03下载
- 积分:1
-
data encryption for SHA
data encryption for SHA-1
- 2022-08-03 06:57: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
-
CRC 加密算法,Visual Basic的源代码
CRC 加密算法,Visual Basic的源代码-CRC encryption algorithm in the Visual Basic
- 2022-05-19 23:21:41下载
- 积分:1
-
详细的介绍了RSA的实现过程,以及它的优化
详细的介绍了RSA的实现过程,以及它的优化-Detail the realization of the RSA process, as well as its optimization
- 2022-04-09 01:34:38下载
- 积分:1