搜索资源列表
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
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
LSB-Information-Hiding
- 使用RSA算法加密后LSB的信息隐藏的C++实现-RSA encryption of 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中的参数。在其他