-
该BM算法用来求二元域上长度为11的序列的线性综合解
该BM算法用来求二元域上长度为11的序列的线性综合解-the BM algorithm used for binary domain length of the sequence of 11 linear integrated solution
- 2022-03-26 14:24:02下载
- 积分:1
-
aes算法C语言版,个人感觉比较好用的,欢迎大家下载
aes算法C语言版,个人感觉比较好用的,欢迎大家下载-aes algorithm C language version, individuals feel relatively easy to use, and welcome everyone to download
- 2022-01-26 05:12:21下载
- 积分:1
-
encryption for advanced system can be used for aes 128
encryption for advanced system can be used for aes 128
- 2022-01-31 12:47:58下载
- 积分:1
-
今天我们学习了des对称加密算法这是一个des算法的C++实现
今天我们学习了des对称加密算法这是一个des算法的C++实现-This is a des !
- 2022-07-07 04:59:31下载
- 积分:1
-
关于NTRU加密算法的实现 环内多项式的加 减 乘 除
关于NTRU加密算法的实现 环内多项式的加 减 乘 除-NTRU encryption algorithm on the realization of the polynomial ring calculation
- 2022-08-12 22:32:39下载
- 积分:1
-
RC4算法的Asm实现,实现效率高,可以很方便的用到工程中去
RC4算法的Asm实现,实现效率高,可以很方便的用到工程中去-Asm achieve RC4 algorithm to achieve high efficiency
- 2023-01-31 12:10:03下载
- 积分:1
-
本软件是根据DES加密算法,编成的应用程序。
本软件是根据DES加密算法,编成的应用程序。-software is based on the DES encryption algorithm into the application.
- 2023-05-06 01:40:02下载
- 积分:1
-
这是一个加密文件的程序,
这是一个加密文件的程序,-This is a document encryption procedures,
- 2022-04-08 04:47:34下载
- 积分: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
-
美国加密中心公布的DES程序
美国加密中心公布的DES程序-American Center for the encryption process DES
- 2022-07-05 13:56:23下载
- 积分:1