搜索资源列表
information-hiding
- 采用MATLAB实现图像信息隐藏。将文本信息,通过DCT和LSB算法嵌入到二维图像中实现信息隐藏。-hide information into voice signal with the methods of DCT and LSB
matlabfiles
- File to hide text into images in the LSB
HideInfoWithBmp
- 对于BMP格式的图象,其前54个字节未文件头信息,从第55个字节开始到结束的所有数据,都是图像颜色数据。如果仅仅修改图像颜色数据而不修改文件头信息,则bmp图像大小不变且可以正常使用。当然,为了控制图像的质量,对于数据的植入方式,我们需要稍加斟酌。一个bmp图像要隐藏我们指定的信息,储存空间必不可少。为了保证信息植入前后图像的质量不发生明显的变化,我们只有把信息写到bmp图像颜色数据的每个字节的低位上。这样,每个字节的改变量不超过0Fh,对图像品质的影响非常小,用肉眼几乎分辨不出来。在源码包中有
2_110
- 文字采用AES算法实现加密,然后再通过lsb算法将文字隐藏到bmp图片中。-Text using AES encryption algorithm, and then hide the text by lsb algorithm to the bmp image.
Audio-Wave-Hide-Data
- C#实现LSB算法在话音/语音波形文件中隐藏/加密数据 -C#
LSB_steg
- lsb steganography hide in image
hideLSB
- lsb_hide to hide watermark in lsb
LSB
- 使用LSB算法将信息分布地隐藏在多张BMP图像中。-LSB algorithm using the information distributed to hide multiple BMP image.
shiva
- This is a Steganography software. It hides a data within a picture using LSB encoding. It can then un-hide the data from the picture. The user can encrypt the software with a password.
LSB
- 简单的把一些信息写到bmp图片里的程序。写的比较简单,要隐藏的内容都在源代码里。若需自己输入,只需要简单修改即可。-Simply write some information in the program bmp images. Relatively simple to write, to hide the content in the source code. For their input, you can simply change.
hide
- matlab程序,可以将信息隐藏在每个字节的LSB中-hide message in lsb of every byte
lsb_2bit
- Steganography LSB by 2 bits method Find and hide information in a image
lsb_3bit
- Steganography LSB by 3bits find and hide information in a image
LSB
- LSB法实现信息隐藏,可以隐藏和提取txt文件-LSB Method of Information Hiding, you can hide and extract the txt file
62947e117467
- lsb图像隐写 lsb文字隐写 lsb图像隐写 信息安全-Lsb hide images
LSB-Data-Hiding
- LSB 信息隐藏方法,分别对BMP图像 和 YUV视屏帧进行LSB信息隐藏。-LSB information hiding, and BMP image and YUV screen frame LSB Information Hide
LSB
- 将信息隐藏到图片中,以达到隐藏信息的目的,便于保护信息。-The information hiding to the picture in order to hide information purposes, to facilitate protection information.
lsb
- 信息隐藏课程LSB隐藏与提取 包含所需要的所有代码-Information Hiding course LSB hide all the code and extract containing the desired
lsb
- 用LSB算法实现BMP信息隐藏 用C语言来实现的-using lsb to hide the information in BMP
LSB-hide
- 利用MATLAB实现在图像中嵌入和提取文本信息,最简单的LSB算法实现,自己写的可用。适合初学者-The realization of the embedded text information in the image using MATLAB, LSB algorithm to achieve the most simple, write their own use. Suitable for beginners