搜索资源列表
stegparty.tar
- 基于图象的信息隐藏的C源码-image-based information hidden C source
MyLSBHideInFo
- C++基于LSB的信息隐藏技术,希望有需要的朋友可以用的上,这个也是朋友帮忙做的呢-C++ The LSB-based information hiding techniques, there is a need to hope that friends can use, this is also a friend to help do this
lsb
- 信息隐藏与水印技术的经典隐写算法的lsb算法的加密,用C实现-Information Hiding and Watermarking classic lsb steganalysis algorithm encryption algorithm, using C to achieve
UnderMP3Cover-1.1.tar
- 在Linux/Unix环境下运行,通过mp3格式的文件作为载体进行信息的隐藏及信息的提取。包括所有的C语言程序。 -This program allows you to hide a file within a specified mp3 and read it back.
baseonspaceair
- 基于空间域的信息隐藏技术,用VC++做的,希望大家能用的上-Based on the spatial domain information hiding technology, the VC++ Do hope that we can use the upper
lc4
- Security 用户: NT AUTHORITY\SYSTEM 计算机: C9D21BEA1BF645B 主要用户名: SYSTEM 主域: NT AUTHORITY 主登录 ID: (0x0,0x3E7) 客户端用户名: SYSTEM 客户端域: NT AUTHORITY 客户端登录 ID: (0x0,0x3E7) 有关更多信息,请参阅在 http://go.microsoft.com/fwlink/e
yincang
- 一段隐藏文件的C++程序源代码,可以使文件不可见,实现对保密信息的保护. -Hidden files section of the C++ program source code, can make a document is not visible, to achieve the protection of confidential information.
cyuyanyuandaima1
- 在用C++写要导出类的库时,我们经常只想暴露接口,而隐藏类的实现细节。也就是说我们提供的头文件里只提供要暴露的公共成员函数的声明,类的其他所有信息都不会在这个头文件里面显示出来。这个时候就要用到接口与实现分离的技术。 -Using C++ to write the database to export category, we just want to expose the regular interface, and the realization of the hidden detail
LSB-Information-Hiding
- 使用RSA算法加密后LSB的信息隐藏的C++实现-RSA encryption of LSB Information Hiding
readBMP
- c语言实现对bmp文件的读取,作为lsb信息隐藏的先驱步骤-c language reading of the bmp file as a pioneer step lsb information hiding
LSB-Algorithm
- LSB算法实现BMP图片信息的隐藏和提取 语言:C#-LSB algorithm BMP image information hiding and extraction languages: C#
LSB
- 图像的信息隐藏技术,使用LSB 算法的隐藏C++代码-hiding the picture
base64
- Base64是网络上最常见的用于传输8Bit字节码的编码方式之一,Base64就是一种基于64个可打印字符来表示二进制数据的方法。可查看RFC2045~RFC2049,上面有MIME的详细规范。 Base64编码是从二进制到字符的过程,可用于在HTTP环境下传递较长的标识信息。例如,在Java Persistence系统Hibernate中,就采用了Base64来将一个较长的唯一标识符(一般为128-bit的UUID)编码为一个字符串,用作HTTP表单和HTTP GET URL中的参数。在其他