搜索资源列表
8003_ShadowLock
- 将其他文件隐藏在BMP图像中!好-other documents hidden in BMP image! Good
HideInfo
- 使用java编写的LSB图像信息隐藏算法演示程序,可以将任何符合大小限制的文件拆分为一个一个bit隐藏到非压缩bmp图像中。支持在隐藏前通过zip类对文件进行压缩-prepared by the use of LSB image information hidden algorithm demo program, can be any size restrictions with the document for a split hidden bit of a non-compressed bm
hideINFS
- 能够在BMP位图文件中加入约二分之一的密文信息。-to BMP bitmap file with about half the ciphertext information.
HidefileinBMPfile
- 利用BMP存储图像的冗余,将文本文件加密隐藏于BMP图片之中。-use BMP image storage redundancy and text files in BMP encryption hidden among pictures.
sbmpFormat
- 通过bmp图片格式进行数据加密,在图片文件中加入隐藏信息,不损坏图片质量,欢迎有兴趣的朋友一起交流交流:streamby@163.com-through bmp format for data encryption, in the pictures to document hidden information, Photo quality is not damaged, are welcome to the friends exchange exchange : streamby@163.com
HideIt_src
- 将文本文件隐藏在一个BMP文件里 达到信息隐藏的目的
cryptbmp
- bmp文件的加密解密-bmp document encryption and decryption
11
- 完成基于公钥证书的非对称密钥分配工作 说明: (1)作为通讯的双方A和B,都有一个共同信赖的第三方CA,由CA为每个人生成公钥证书和相应的私钥并分发给A、B。 (2)A和B分别将自己的公钥证书提供给对方后,分别在本地验证对方公钥证书是否可靠(假定A、B已经获得CA的公钥),然后A用B的公钥加密一个数据X(整型,可自己定义,比如100)并发送给B,B用自己的私钥解密后得到数据X,然后按协商好的函数F(比如F(X)=2*X)计算得到F(X),再利用A的公钥加密后发送给A;A在本地用自己的
jiami
- 通过将信息放在BMP文件的末位对信息进行加密,并不破坏BMP的显示效果-By combining information on the BMP file to encrypt the bottom of the information does not undermine the display of the effect of BMP
low
- 基于最低有效位的图像信息隐藏 图像信息隐藏: 说明: 1、bmp格式的原始图像都有足够的容量来嵌入任何格式的隐秘文件,而且都可以提取成功。 2、jpg格式的原始图像只有足够的容量来嵌入任何格式的小容量隐秘文件,可以提取成功。 3、嵌入过程:i. 打开一幅原始图像;ii. 点击相应的嵌入方法;iii. 在提示中输入要嵌入的隐秘文件路径;iv. 输入要保存隐秘文件的路径;v. 嵌入成功; 4. 提取过程:i. 打开一幅隐秘图像;ii. 点击相应的提取算法;iii. 输入要保存
easybmp
- 可以实现vc环境下的 对bmp图像的加密解密 加解密介质可以是文档 也可以 小点的音频文件 可以实现双加解密过程!-it can insert some file into the bmp with password.
MagicImage
- 这是一个文件加密程序,其作用是将一个文件隐藏到一个BMP图片中去。原理是,利用BMP位图格式中的多余空间。-This is a file encryption program, its role is to hide a file to a BMP image to go. Principle, the use of BMP bitmap format extra space.
BitMap_Sec
- 一个对BMP图片文件加密的程序。用密钥图片和异或加密,需要有相应的密钥图片方可解密。就是效率上不怎么高。-An BMP image file encryption program. XOR with the key picture and the encryption key corresponding images need be decrypted. Efficiency is not very high.
secret_writing_in_bmp
- bmp文件信息密写与读取,可以用于重要信息的隐藏与传送-Secret writing and reading in BMP, which can be used to hide and transfer important information
AES
- 用AES算法实现BMP图像加密,只能加密BMP的文件,速度很快-BMP images with the AES encryption algorithm
SaveFileInToBMPImage
- 将任意文件保存到 BMP 图像文件内 , 可以起到加密类似的作用 。-Any files saved to the BMP image file, encryption can play a similar role.
JiaMi
- 利用图片加密文件,不但难以被发现,还不容易被破解,是一种非常实用的加密方式。本程序使用使用了bmp图片来加密文件。-The use of encrypted image files, is not only difficult to be found, not easily cracked, encryption is a very practical way. This program uses the bmp image to use to encrypt files.
desjiami
- 使用DES算法对BMP文件进行加密解密,使用visual studio-BMP files using DES algorithm for encryption and decryption, using visual studio
MFCApplication
- 本课程设计将实现一个简单的加\解密程序,可以将TXT文件的内容写入BMP文件中,也可以从BMP文件中读出信息写入到指定TXT文件中,从而实现信息隐藏。-This course is designed to implement a simple add \ decryption program content TXT files can be written to BMP files, or you can read the information from the BMP file is wri
简单加密解密程序
- 可将txt文件内容写入bmp文件中; MFC程序