搜索资源列表
encrypt(matlab)
- 多幅图像的加密技术 matlab源代码-image encryption technology Matlab source code
vsgn_user_vsb
- This sample illustrates how to extend the Vega Scenegraph by deriving a custom node, and how to extend the vsb loader infrastructure be able to read and write the newly derived node type. Additionally the sample demonstrates how to encrypt a scenegra
logistic-encrypt
- 基于Logistic混沌映射的图像加密 将图像数据转换成二进制数据,并采用Logistic进行混沌序列生成,然后设定阈值将其转换成二值序列,之后,设定加密规则,将二进制图像数据与混沌二值序列进行加密运算,实现图像加密-Based on Logistic chaos mapping image encryption
DES
- 这个类实现了DES算法,如果你的数据块data的大小sizeof(data)是8的倍数 的话,可以使用函数DES::encrypt(key,data,sizeof(data)/8)来进行加密, 用DES::decrypt(key,data,sizeof(data)/8)来进行解密。 如果数据块的大小是随意的,那么可以使用函数DES::yencrypt()和 DES::ydecrypt()来进行加解密。 这个模块的面向对象的设计不是很好,与其说是一个类,不如说是一个模块 的
01
- delphi 写的图像加密程序 能够将文字信息加密到图片中-delphi write image encryption program can encrypt a text message to the picture
IMDemo
- Encrypt it it is very simple not so big
11
- 图像的置乱加密和解密算法,需要输入加密密钥进行加密,然后只能输入相同的解密密钥才能得到原图像-Image scrambling encryption and decryption algorithms, need to enter the encryption key to encrypt, then enter the same decryption key only to get the original image
ExtendedLogisticChaotic
- 基于混沌序列的二值图像加密算法:提 出了一种以混沌二值序列为基础的图像加密算法 , 改进了灰度差置乱度算法来评价二值图像加密 效果 , 最后对混沌序列对初始条件的敏感性、 相邻像素差置乱度、 图像加密/ 解密速度进行了大量测试。-Based on Chaotic Encryption Algorithm of Binary Image: A chaotic binary sequences with an image encryption scheme based on improved
any_images_to_Base64_text
- 这是可以将任何图像转换为Base64文本的VB程序源码,可以用来加密图像,甚至在图像中加入个人的私密信息!-It is any image can be converted to Base64 text of the VB program source code, can be used to encrypt images, even in the privacy of individuals added to the image information!
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
ChaosToolbox2p0_trial
- 混沌工具箱,matlab版,真正的工具箱,很实用,可用做水印加密,算法分析-Mentally dense tool box, matlab version, real tool box, very practical, can use to do watermark to encrypt, calculate way analysis
encrypt
- 完成了图像的加载和保存,获取图像在鼠标所在位置的像素值的像素值-The pixel value of the completion of the loading and saving of the image, obtaining the pixel value of the image in the location of the mouse
hilbert
- hilbert 加密图像的程序,包含了一个可以生成hilbert矩阵的函数。-hilbert encrypt image
CIEUDRPE
- 本程序基于MATLAB编写,用于加密一幅彩色图像,通过将图像分解为RGB三通道,并且用颜色索引发完成图像的加密,程序中包含了解谜代码-The program based on MATLAB, is used to encrypt a color image, through the image is decomposed into RGB three-channel, and complete the image encryption with color hair, understand th
jiami_siwujie_NN
- 基于忆阻器的混沌信号产生索引序列进行图像加密处理,实现图像像素置乱。-Based on the chaotic signal to produce the index of today sequence to encrypt the image processing, image pixel scrambling.
encryptpdf
- pdf encrypt pdf encrypt
zigzag
- 用matlab实现了zigzag算法,实现功能:对任意维数的图片都都能进行加密和解密-Using matlab to achieve a zigzag algorithm functions: For any dimension pictures are able to encrypt and decrypt
LSB.m
- 使用最低有效位或零点-隐藏隐写术到消息或图像加密。-Use Least Significant Bit or Zeros-Hiding steganography to encrypt a message or an image.
Encrypt
- 本文件实现的是对水印的加密及解密,有3种方式,猫脸变换,混沌置乱和zigzag置乱。-The file contains sseveral functions, which can encrypt and decrypt the watermark,including Arnold Transform,chaotic and zigzag.