-
是我设计的在DSB中隐藏语音的例子.
用ELANIX公司的SYSTEMVIEW打开运行.
其掩护信号和隐藏信号输入输出端均需设置语音源文件,比如自己录制...
是我设计的在DSB中隐藏语音的例子.
用ELANIX公司的SYSTEMVIEW打开运行.
其掩护信号和隐藏信号输入输出端均需设置语音源文件,比如自己录制的声音.-I designed the DSB concealed voice example. ELANIX company with the SYSTEMVI EW open operation. their cover and concealment signal input and output signals required to set up voice source, For example, recording their voices.
- 2022-07-24 12:24:23下载
- 积分:1
-
NTL 图书馆
NTL 是一种高性能、 可移植 c + + 库提供的数据结构和算法对于任意长度的整数 ;为向量、 矩阵和在整数范围内和利用有限域上的多项式和任意精度浮点运算。
- 2022-03-11 08:34:30下载
- 积分:1
-
ldpc编码和译码程序
LDPC的编码和译码程序,运行可靠,主要是用于4G的编码使用。matlab编程使用,核心代码简单可靠
- 2022-03-11 07:09:38下载
- 积分:1
-
AES加密算法
128位的AES加密算法、可以在FPGA上实现。利用硬件描述语言Verilog实现。各个模块都有,行变换、列混淆、轮密钥加变换、密钥扩展,并且有说明文档PDPF格式的。有完整的测试程序Testbench。特别适合研究AES加密算法的爱好者。
- 2022-03-15 16:40:20下载
- 积分:1
-
hyperchaos
Cryptanalysis of a new image encryption algorithm based on hyper-chaos
- 2018-03-27 22:16:10下载
- 积分: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
-
S-DES编程S-DES加密采用8和10明文作为密钥输入,有8个密文作为输出。使用同一密钥进行加密和解密。要求:CBC模式到解密版本增加。对话界面:在目录选项中选择加密或解密密钥输入明文或密文文档(对于二进制内容,。Txt文件,),建议加密或解密已完成2。输出:产生密文或明文文本3。提供:文档、源代码、可执行文件,通过加密实验得到运行结果。4分析雪崩效应文件:键下同一个显式改变文本在闭合处的差异,在同一个地方显式改变电位器在密文处的情况
- 2022-10-09 22:15:03下载
- 积分:1
-
This software calculates the crc32 polynomial of a string. There is one class cC...
This software calculates the crc32 polynomial of a string. There is one class cCrc32.
- 2022-03-01 08:59:41下载
- 积分:1
-
aes
AES encrypt and decrypt source code implemented using MATLAB
- 2010-01-05 14:53:36下载
- 积分:1
-
RSA-MFC
RSA-MFC,基于MFC的RSA加密算法的实现,可以用于16进制文件的加解密(RSA-MFC, the MFC based on the realization of RSA encryption algorithm, can be used for 16-band file encryption and decryption)
- 2009-06-15 14:34:51下载
- 积分:1