-
This is a DVD decryption source program.
DVD解码源代码 -This is a DVD decryption source program.
- 2022-08-05 14:31:49下载
- 积分:1
-
简单的文件加密程序,希望站长保留,一些小课程设计可以用...
简单的文件加密程序,希望站长保留,一些小课程设计可以用-Simple file encryption program, owners want to retain some small curriculum design can be
- 2022-09-18 15:15: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
-
通过数据加密程序VB.net编写,提供三的加密方法…
vb.net编写的数据加密程序,提供三种加密方式: 简单加密、随机码加密、用户名加密-vb.net prepared by the data encryption program, providing three encryption methods : simple encryption, random encryption, user name encryption
- 2022-03-29 18:39:17下载
- 积分:1
-
DIAMOND2 encryption algorithm source code
DIAMOND2加密算法的原代码-DIAMOND2 encryption algorithm source code
- 2022-04-25 14:56:30下载
- 积分:1
-
大肠癌算法和语言
CRC算法与C语言
- 2022-12-27 23:55:03下载
- 积分:1
-
DES算法原理及实现,实现了3DES和DES的程序过程,支持8 16 24位密钥...
DES算法原理及实现,实现了3DES和DES的程序过程,支持8 16 24位密钥-DES algorithm and realize, realize the 3DES and DES procedures for the process to support the 81,624-bit keys
- 2022-04-20 04:06:23下载
- 积分:1
-
游戏修改器 游戏修改器
游戏修改器 游戏修改器 -Play games Modifier Modifier Modifier games
- 2022-03-23 17:54:49下载
- 积分:1
-
KEELOQ_ENcode 简单的加密程序,可惜就是没有源代码。
KEELOQ_ENcode 简单的加密程序,可惜就是没有源代码。-KEELOQ_ENcode simple encryption program, but is not the source code.
- 2023-07-13 18:30:03下载
- 积分:1
-
AES相关的一些列子,需要库的支持才能应用
AES相关的一些列子,需要库的支持才能应用-AES related some Liezi need the support of the Treasury to apply
- 2023-05-22 20:30:02下载
- 积分:1