-
在 c + + 中实现 RC4 算法
首先,RC4算法生成一个“状态”,这开始为包含在订单值0-255的数组。然后该算法通过阵列迭代和周围交换的元素,基于所述键值。原始密钥然后可被丢弃,因为RC4只使用状态来创建一个伪随机密钥流,由算法选择的元素和吐出出来。密钥流的所述状态单靠额外的好处是,原来的密钥并不需要被保存在内存中。算法初始化状态。执行密钥调度算法(KSA)上的状态下,根据所输入的键(然后其可以被丢弃)。在算法选择(现炒)的状态,并将其输出作为密钥流元素。
- 2023-04-10 10:30:03下载
- 积分:1
-
base64 decoding base64 decoding
base64解码 -base64 decoding base64 decoding
- 2022-01-25 19:34:46下载
- 积分:1
-
It s about algorithm for caesar encode
It s about algorithm for caesar encode
- 2022-03-10 12:41:41下载
- 积分:1
-
EAQUAL 1.03
What is EAQUAL?
The intention of EAQUAL is to provide a objective quality measure for coded/ decoded audio
files. Currently the code is based on the ITU-R recommendation BS.1387.
EAQUAL will not supersede listening tests, but can be a useful tool to support listening tests,
categorize different coding algorithms and find bugs in algorithms. The more input files are
taken for the analysis, the better the results of EAQUAL will fit the reality.
- 2023-03-21 06:25:04下载
- 积分:1
-
一个简单的数据加密程序转变思想,因为uppercas…
一个用移位思想实现的简单数据加密程序,因为不论是大写还是小写字母,其ASC码值都是按顺序排列的.故可以用相对应的ASC码值进行判断以及算法实现.-a shift ideology with a simple data encryption procedures, because both uppercase or lowercase letters, the value of ASC codes are arranged in chronological order according to the. It can be used to be the relative value of ASC code of judgment and algorithm.
- 2022-06-30 16:11:37下载
- 积分:1
-
FEC2/3加解码
FEC2/3加解码-FEC2/3 plus decoder
- 2022-03-08 08:45:33下载
- 积分:1
-
高博士秒
Dr.Sec高速密码算法库Windows版-Dr.Sec high-speed cryptographic algorithm for Windows version
- 2022-03-22 23:06:13下载
- 积分:1
-
wjdesss encryption algorithm
wjdesss加密算法-wjdesss encryption algorithm
- 2022-05-10 23:26:07下载
- 积分:1
-
title = Windows NT/2000/XP a 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.
- 2023-05-25 04:30:03下载
- 积分:1
-
DES encryption algorithm examples of a
DES加密算法实例1-DES encryption algorithm examples of a
- 2022-03-14 07:46:47下载
- 积分:1