-
IDEA加密算法(PGP中使用的加密算法)
IDEA加密算法(PGP中使用的加密算法)-IDEA Encryption Algorithm (using PGP encryption algorithm)
- 2022-08-09 22:07:32下载
- 积分:1
-
对音频信号分帧加窗,对每帧进行三阶小波变换,取其逼近系数平均值(一般为零).在此嵌入二值图像 并有对潜入水印信号进行盲检,恢复其嵌入水印...
对音频信号分帧加窗,对每帧进行三阶小波变换,取其逼近系数平均值(一般为零).在此嵌入二值图像 并有对潜入水印信号进行盲检,恢复其嵌入水印-Sub-frame of the audio signal increases the Hamming window for each frame impletment third-order wavelet transform, whichever is close to the average coefficient (usually zero). according to this embedding binary image and resume its embedded watermark from the watermark signal by the Blind detection
- 2022-02-06 17:36:19下载
- 积分:1
-
这是一个关于加密算法的论文,文中采用神经网络加密算法!...
这是一个关于加密算法的论文,文中采用神经网络加密算法!-This is an encryption algorithm on paper, the text using neural network encryption algorithm!
- 2023-03-11 06:25:04下载
- 积分:1
-
IEEE2008年文章An Image Encryption Scheme Based on Chaotic Map
IEEE2008年文章An Image Encryption Scheme Based on Chaotic Map
-An Image Encryption Scheme Based on Chaotic Map
- 2022-06-19 04:19:19下载
- 积分:1
-
including LIB, DLL encryption modules in various languages called encryption mod...
包括 LIB、DLL 加密模块 各种语言调用加密模块的例子程序等-including LIB, DLL encryption modules in various languages called encryption module examples procedures
- 2023-08-27 20:55:04下载
- 积分:1
-
RSA加密算法在VB中的实现.可以更好的了解RSA加密算法.
RSA加密算法在VB中的实现.可以更好的了解RSA加密算法.-RSA encryption algorithm in VB realized. To better understand the RSA encryption algorithm.
- 2022-03-11 12:34:40下载
- 积分:1
-
安装时修改执行文件记录硬件配置参数从而做唯一安装标志防止非法复制...
安装时修改执行文件记录硬件配置参数从而做唯一安装标志防止非法复制- Installs when revises the execution file recording hardware
disposition parameter thus to do only installs the symbol to prevent
illegal duplicates
- 2022-03-12 19:01:03下载
- 积分:1
-
inplementation of AES vhdl
The use of a list of law, VHDL language based polyn...
inplementation of AES vhdl
The use of a list of law, VHDL language based polynomial-based finite field multiplier, for the AES algorithm
- 2022-07-01 03:45:19下载
- 积分:1
-
条形码编码算法,可以输出多种形式条码
条形码编码算法,可以输出多种形式条码-barcode coding algorithm, can output multiple forms barcode
- 2022-01-25 21:40:49下载
- 积分:1
-
在 c + + 中实现 RC4 算法
首先,RC4算法生成一个“状态”,这开始为包含在订单值0-255的数组。然后该算法通过阵列迭代和周围交换的元素,基于所述键值。原始密钥然后可被丢弃,因为RC4只使用状态来创建一个伪随机密钥流,由算法选择的元素和吐出出来。密钥流的所述状态单靠额外的好处是,原来的密钥并不需要被保存在内存中。算法初始化状态。执行密钥调度算法(KSA)上的状态下,根据所输入的键(然后其可以被丢弃)。在算法选择(现炒)的状态,并将其输出作为密钥流元素。
- 2023-04-10 10:30:03下载
- 积分:1