搜索资源列表
DES
- 这个类实现了DES算法,如果你的数据块data的大小sizeof(data)是8的倍数 的话,可以使用函数DES::encrypt(key,data,sizeof(data)/8)来进行加密, 用DES::decrypt(key,data,sizeof(data)/8)来进行解密。 如果数据块的大小是随意的,那么可以使用函数DES::yencrypt()和 DES::ydecrypt()来进行加解密。 这个模块的面向对象的设计不是很好,与其说是一个类,不如说是一个模块 的
LSB
- 数字水印的LSB 数字水印算法,可以对图像进行加密,也可以解密-LSB watermarking digital watermarking algorithm can encrypt the image, you can decrypt
bat_encodingaunencoding
- 利用记事本自动识别字符编码的BUG,干扰其实别过程,达到加密批处理内容的过程。解密文件为逆向过程,使被加密的文件可以正常显示。-Using Notepad, automatically identify the character encoding of the BUG, in fact, do not interfere with the process, to encrypt the contents of the batch process. Decrypt t
zigzag
- 用matlab实现了zigzag算法,实现功能:对任意维数的图片都都能进行加密和解密-Using matlab to achieve a zigzag algorithm functions: For any dimension pictures are able to encrypt and decrypt
Encrypt
- 本文件实现的是对水印的加密及解密,有3种方式,猫脸变换,混沌置乱和zigzag置乱。-The file contains sseveral functions, which can encrypt and decrypt the watermark,including Arnold Transform,chaotic and zigzag.