-
AES Rijndael fast security system to encrypt and deycrypt information
AES Rijndael fast security system to encrypt and deycrypt information
- 2022-03-18 16:38:11下载
- 积分:1
-
实现维吉尼亚密码,用键盘接收明文和密钥,屏幕打印密文。...
实现维吉尼亚密码,用键盘接收明文和密钥,屏幕打印密文。-The achievement of Virginia password, use the keyboard to receive explicit and key, screen printing ciphertext.
- 2022-07-22 15:50:38下载
- 积分:1
-
分别使用VC和VB写的MD5加密算法
分别使用VC和VB写的MD5加密算法-MD5 encrypting algorithm which writed in VC and VB
- 2022-06-12 23:00:31下载
- 积分:1
-
检查行动循环CRC5代码生成、数据校验、数据纠错码…
CRC5循环校验法代码生成,数据校验,数据纠错等功能函数代码-Check Act cycle CRC5 code generation, data checking, data error correction code such as function
- 2022-02-13 06:01:10下载
- 积分:1
-
可以让你软件加密起来哈
可以让你软件加密起来哈-can let you up encryption software Kazakhstan
- 2022-05-30 20:20:32下载
- 积分: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
-
advanced encryption algorithm AES, the United States has been using NIST agencie...
高级加密算法实现AES,已经被美国NIST机构采用-advanced encryption algorithm AES, the United States has been using NIST agencies
- 2022-12-11 09:35:03下载
- 积分:1
-
从一个随机文件读取256字节数据形成数据区DArea,再应用洗牌法所给的方法生成0~255的一个全排列DTab。试分别写出"求DArea中全部数据经
(1)...
从一个随机文件读取256字节数据形成数据区DArea,再应用洗牌法所给的方法生成0~255的一个全排列DTab。试分别写出"求DArea中全部数据经
(1)以DTab为S-盒;
(2)以DTab为P置换
-from a random file read 256 byte data area DArea form data, re-shuffling in law application to the formation of 0 ~ 255 DTab a full array. Try to write were "seeking DArea by which all data (1) DTab S-boxes; (2) DTab replacement for the P
- 2023-04-08 23:00:03下载
- 积分:1
-
为一个字节或字符数组或串计算md5值,内部只创建一个数组,节省分配时间,节省内存 完全是static方法,线程安全 注意对返回值的处理,见注释
为一个字节或字符数组或串计算md5值,内部只创建一个数组,节省分配时间,节省内存 完全是static方法,线程安全 注意对返回值的处理,见注释-for a byte array or character string or md5 value calculation, only to create an internal array, saving time allocated to save memory is completely static method, thread-safe attention to the return value, see note
- 2022-01-28 07:19:00下载
- 积分:1
-
是用的美国标准的DES加密算法用C++编写的可以完成以内的字符垢加密...
是用的美国标准的DES加密算法用C++编写的可以完成以内的字符垢加密-the United States is using the DES encryption standard algorithm with C prepared to be completed within the characters scale encryption
- 2022-04-13 04:49:01下载
- 积分:1