搜索资源列表
(MATLAB)
- 加密解密图象隐藏原程序(MATLAB) 注:用bmp图象加密JPEG图象-hidden image encryption and decryption of the original procedure (MATLAB) Note : bmp image encryption JPEG image
matlab
- 研究的是时空域下的水印技术.所谓时空域就是不对信号做任何频率变换而得到的信号域。对于图象载体,起信号空间也就是象素值的取值空间。单纯的谈象素实际上是不科学的,因为对同一图象点,有不同的坐标去描述它。所以,我们选择了RGB空间下的象素(RGB象素)作为分析对象,研究了基于RGB颜色空间和图象亮度空间的空域隐藏。LSB(Lest Significant Bits)的中文意思是:最不重要位,有时也称为最低有效位或简称最低位。LSB所蕴涵的信号对图象整体来说,是最不重要的。我们将这种信号在一定意义上理解
DCT域隐藏
- 当要隐藏信息时,在MATLAB的命令窗内输入命令: hide = myhide(carry,signal,x,y); carry 用你的原始载体文件名代替,signal 用你所要隐藏的文件名代替 carry 和 signal 都必须是 *.* 的形式(注意不能省略单引号) x,y 是选取隐藏信息的位置坐标,在(x,y)和(y,x)处 生成的伪装载体文件名为hide.bmp 注意myhide.m文件,载体文件,隐藏文件都要在当前目录(current Directory)下 当要提取信息时,在MAT
信息隐藏攻击算法
- 信息隐藏的一种算法,使用matlab实现.mycompress.m JPEG有损压缩 mycrop.m 剪切 myhighpass.m 高通滤波器 mylowpass.m 低通滤波器 mynoise.m 高斯,椒盐噪声 myresize.m 放缩 myrotate.m 旋转 mywiener.m 维纳滤波 myattack.m 以上所有攻击的集合-information hidden an algorithm, using Matlab to achieve. JPEG Compression
LSB和DCT信息隐藏的MATLAB实现
- 实现了LSB信息隐藏和DCT域信息隐藏
matlab lsb
- matlab 的lsb 算法,讲得很详细,适合做数据隐藏的人使用
matlab实现基于回声的音频信息隐藏
- matlab实现基于回声的音频信息隐藏
DCT--info-hiding.rar
- 函数用于DCT的信息隐藏,在变换域嵌入隐藏的信息,Function for the DCT information hidden in the transform domain embedded hidden information
m_PN.rar
- 伪随机码或称PN码,是扩频通信中不可缺少的一种序列。扩频通信,简单的说来就是通过一组相关性很强的伪随机序列,使原有的信号按照伪随机序列的特性出现。从波形上看,原有信号完全淹没于随机的噪声中,达到隐藏信号和抗干扰的目的。接受方只要有相同的伪随机序列,就可以通过伪随机序列很强的相关性将信号还原出来。而m序列,是扩频系统中最长用的伪随机序列。下面的代码就是基于matlab的生成m序列的代码,通过改变初始多项式的值,就可以生成不同阶数的m序列。,Pseudo-random code or PN code
《信息隐藏技术实验教程》MATLAB源码
- 《信息隐藏技术实验教程》MATLAB源码!包含了很多图像处理源码,MATLAB IMAGE
Watermark.rar
- 基于水印算法的音频的水印的嵌入与提取,通过转换把图像隐藏于音频中,Audio Watermarking Algorithm Based on the watermark embedding and extraction, by converting the image hidden in the audio in
kuopin2
- 扩频隐写算法,希望对学习信息隐藏的同学有帮助-Spread-spectrum steganography algorithm, in the hope that students learn information hiding help
dct
- 这是用matlab写的dct代码用于图像的信息的隐藏和提取。。部分老师写的哦。-This is used to write the DCT matlab code for the image and extract the hidden information. . Oh part of the Writing Teacher.
matlab
- 基于回声隐藏的信息隐藏算法,是一种音频信号的水印技术,包括隐藏信息的嵌入和提取,以及对于噪声,MP3压缩,滤波,重采样和延迟攻击的模拟。-Based on echo hiding information hiding algorithm, is an audio signal watermarking techniques, including embedding and extracting hidden information, as well as for noise, MP3 compr
imagehide
- 图像隐藏。。将一副图像隐藏到另一副图像中 -Image hiding. . To hide an image to another deputy images
LSB
- 时域LSB隐藏算法,实现随机信息隐藏到载体图片内,并界附带提取信息代码-LSB hidden time-domain algorithm, the realization of random information hidden within the picture carrier, and industry code attached to extract information
信息隐藏AMENDE
- 可实现音频、图像、文字载体的信息隐藏,用matlab平台实现,内附说明文档。(Information hiding of audio, image and text carrier)
信息隐藏AMENDE
- 在matlab中实现文本、音频、图片、视频的隐写和恢复(Implement the text, audio, picture, and video steganography)
LSB图像隐藏
- 选用最低位平面嵌入秘密信息的LSB算法,用MATLAB实现该算法的(1)信息隐藏;(2)信息提取;(3)测试。(The LSB algorithm, which uses the lowest bit plane to embed secret information, is used to realize the (1) information hiding of the algorithm by MATLAB; (2) information extraction; (3) test.)
WAV音频的LSB信息隐藏实验matlab实现
- WAV音频的LSB信息隐藏实验matlab实现.zip 内涵wav音频,WAV音频隐写的matlab代码 randhiding.m randextract.m wavextract.m wavhiding.m nc.m(Realization of LSB Information Hiding Experiment of WAV Audio by matlab.zip Connotation wav audio, WAV audio steganography matlab code Randh