-
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
-
很 强 大 的 加 密 系 统。初 学 加 解 密者 好 处 大!
很 强 大 的 加 密 系 统。初 学 加 解 密者 好 处 大!
-Very strong encryption system. Learning the benefits of encryption and decryption are great!
- 2022-01-27 14:04:07下载
- 积分:1
-
Internet ssl的加密软件
Internet ssl的加密软件-Internet ssl encryption software
- 2022-03-25 14:37:31下载
- 积分:1
-
This is a cryptographic algorithm used rc1628, learning cryptography helpful ah.
这是密码学的一个常用算法rc1628,对于学习密码学很有帮助啊。-This is a cryptographic algorithm used rc1628, learning cryptography helpful ah.
- 2023-01-16 10:30:04下载
- 积分:1
-
DEC算法的C实现
DEC加密算法,信息安全类别,可以实现VC窗口验证的脚本。64位的明文输入块变为64位64位数据块按位重新组合,并把输出分为R0两部分,每部分各长
- 2022-08-15 10:32:22下载
- 积分:1
-
This is a very famous one random test algorithm. Very few people mentioned. But...
这是很著名的一个随机数测试算法。国内很少有人提到。但在国外,可是应用很广-This is a very famous one random test algorithm. Very few people mentioned. But abroad, but very broad application
- 2023-01-07 18:00:08下载
- 积分:1
-
Data encryption algorithm, a very good Dongdong, a try to know.
数据加密算法,很好的东东,下了试试看就知道了。-Data encryption algorithm, a very good Dongdong, a try to know.
- 2023-01-12 07:25:04下载
- 积分:1
-
title=Windows NT/2000/XP 一个RAM
title=Windows NT/2000/XP 一个RAM-DISK文件系统驱动 memo=SwapFs is a driver for Windows NT/2000/XP that let you use a Linux swap partition for temporary storage, like a RAM-disk. It is possible to put Windows page file on it. It is implemented as a disk filter driver.-title = Windows NT/2000/XP a RAM-DISK file system driver memo = SwapFs is a driver for Windows NT/2000/XP that let you use a Linux swap partition for temporary storage, like a RAM-disk. It is possible to put Windows page file on it. It is implemented as a filter driver disk.
- 2022-04-22 14:05:11下载
- 积分:1
-
一个不错的文件加密系统,对你工作的安全大大加强。
一个不错的文件加密系统,对你工作的安全大大加强。-a good file encryption system, you have the right security greatly enhanced.
- 2023-06-18 22:10:03下载
- 积分:1
-
tuyecrypt
凸出扫描
- 2023-02-05 17:05:04下载
- 积分:1