搜索资源列表
LSB
- 使用C语言实现基于图像的信息隐藏代码,使用LSB算法。-The use of C language to achieve image-based information hiding code, the use of LSB algorithm.
lsb
- LSB数字水印以及文件隐藏。(只针对24位BMP)-LSB digital watermarking
Watermark_2
- 信息隐藏与水印技术系列实验之二:空域不可见LSB图像水印算法(开发工具:vc2005): 实现在一个256色灰度载体图像的LSB中嵌入一个二值(用256色模拟)灰度文本图像水印。其主要功能如下: (1)可以载入不同的载体图像和水印图像,但载体图像和水印图像在本软件中被限制为256色灰度图像,若要用其它图像甚至彩色图像,请修改源码。 (2)可以对含水印图像中的水印信息进行提取,提取时不需要原始图像。 (3)LSB攻击可使含水印图像中的水印信息丢失。 (4)可以计算峰值信噪比(P
LSBEmbeding
- 信息隐藏中用于数字隐写的常用算法:LSB替换\LSB匹配,包括随机的和排序的,以及对文件和文件夹进行操作,用CxImage类能快速读取各种格式的图象-Information Hiding for digital steganography of the commonly used algorithms: LSB replacement of LSB matching, including random and sort of, as well as files and folders to op
LSB
- 数字图像处理LSB算法C语言实现,大家可以参考一下-LSB digital image processing algorithms C language, we can refer to
lsb
- 信息隐藏与水印技术的经典隐写算法的lsb算法的加密,用C实现-Information Hiding and Watermarking classic lsb steganalysis algorithm encryption algorithm, using C to achieve
LSB
- 用C#写的,带界面可以实现信息隐藏,将一个文件嵌入到另一个文件中。-information hiding .
bmpenc
- 一个基于Hash的随机LSB信息隐藏程序 包含波形小幅扰动抗攻击 自己编写的 包含24bitBMP文件的读取与像素分离 快速傅立叶变换 散列LSB等相关算法的头文件 与系统无关 可以通过G++编译 在Win/Linux环境下都可以正常工作 也可以将头文件提取出来应用于其他代码之中-A Hash-LSB steganography source code with randomized DFT anti-RS-attack tech. Coding by myself. Including hea
modu_classify
- 以前常有的调制识别程序大多是基于MATLAB的,本程序是基于C语言的实用程序,可以识别AM、FM、DSB、LSB、USB、CW、Noise等模拟调制信号的调制类型,是在实际工程中正在应用的实用程序!-Previous common modulation identification procedures are mostly based on MATLAB, and this program is based on the C language utility can identify the
Ste-3
- 一个mfc下实现的watermark里的LSB算法的隐写、分析、提取,可自己设计隐写位数。-1 mfc achieved under the watermark inside the LSB steganography algorithms, analysis, extraction, can own design stego-bits.
lsbwatermarking
- 代码在MFC框架上实现了LSB算法,并实际应用于BMP图像文件的水印程序中-Code in the MFC framework to achieve the LSB algorithm, and BMP image files actually used in the watermark process
using-visial-c-to-programming-a-LSB-watermark
- 利用c++实现LSB的图像水印程序,可供参考,方便大家进一步的学习-the LSB digital watermark using c++
LSB
- 空域数字水印的非常经典有用的算法,不信你下来看看就知道了-Spatial digital watermarking algorithm useful for very classic, do not believe you look down to know
PorcupineSrc
- c++下的dct/lsb水印设计与实现,做图像隐藏时用的-c++ under the dct/lsb watermark design and implementation, making use of hidden images
csharp
- C#高级编程 第2版 本书为一本综合性C#的图书,第一章 .NET结构, 第二章 c#简介,第三章 c#基础,第四章 类和继承,第五章 面向对象的c#语言,第六章 C#的高级论题,第七章 c#和基类, 第八章 在.NET环境中编程,第九章 windows应用程序,第十章 装配件,第十一章 .NET的数据访问,第十二章 查看.NET的数据,第十三章 XML,第十四章 文件和注册表制作,第十五章 使用Active Directory,第十六章 ASP.NET页面,第十七章 Web服务 第十八章
CRC.C
- 下面以最常用的CRC-16为例来说明其生成过程。 CRC-16码由两个字节构成,在开始时CRC寄存器的每一位都预置为1,然后把CRC寄存器与8-bit的数据进行异或(异或:二进制运算 相同为0,不同为1;0^0=0 0^1=1 1^0=1 1^1=0), 之后对CRC寄存器从高到低进行移位,在最高位(MSB)的位置补零,而最低位(LSB,移位后已经被移出CRC寄存器)如果为1,则把寄存器与预定义的多项式码进行异或,否则如果LSB为零,则无需进行异或。重复上述的由高至低的移位8
LSB
- C++语言实现的LSB数字水印算法,Visual C++亲测可用。-C++ language LSB digital watermarking algorithm, the Visual C++ pro-measurement available.
LSB-Information-Hiding
- 使用RSA算法加密后LSB的信息隐藏的C++实现-RSA encryption of LSB Information Hiding
LSB
- 使用C语言实现基于图像的信息隐藏代码,使用LSB算法。-The use of C language to achieve image-based information hiding code, the use of LSB algorithm.
LSB算法-图片信息隐藏
- 基于LSB算法实现图片信息隐藏,图片类型包括png、gif、bmp,可写入的文件类型为jpg、png、gif图片以及txt、exe文件等。(Image information hiding based on the LSB algorithm, the picture types include png, gif, bmp, writable file types are jpg, png, gif pictures, txt and exe files.)