资源列表
image-hiding-
- 这是我本科毕业设计论文《基于混沌序列的加密图像隐藏技术的设计与实现》,就是把一张图片加密后隐藏在载体图像中,可以抵御各种攻击,用到了Matlab,里面包括开题报告,论文,可执行程序。本文系统介绍了混沌加密、信息隐藏技术。归纳了混沌加密、信息隐藏的分类、特性与应用,给出了混沌加密、信息隐藏的原理和基本框架以及其性能的评价方法,介绍了几种图像的攻击方法。实现了一种混沌加密和图像隐藏的方法。使用混沌加密对待隐藏图像进行加密后嵌入载体图像中,并对嵌入待隐藏图像的载体图像进行了几种攻击以验证其鲁棒性。本系
huoquyingpanxuliehao
- 获取硬盘序列号的小工具。在其它网站下载的,在这里分享一下。-Get gadget hard disk serial number. In other sites to download, here to share it.
OPTION-1
- python制作的界面进行加密和解密,有相应的文档说明-Python produced by the interface for encryption and decryption, there is a corresponding documentation
333
- python实现text文本数据的加密解密和并且在右边显示详细的过程-Python to achieve text data encryption and decryption and display in the right on the right
VCPP-ProxyFox
- VC++代理服务器工具源代码ProxyFox-VC++ roxyFox
AES-128
- aes 128bit encryption and decryption
AES
- 实现完整的AES加密解密,主要分为四步:S盒,行移位,列变换,密钥扩展- Achieve a complete AES encryption and decryption, divided into four steps: S box, row shift row conversion, key expansion
yinghuabudingtools
- 还不错的一款破解软件,樱花破解工具个人用的破解工具-A cracked software is good
guanjiapoxiegou
- 管家婆软件的全系列写狗工具,R4ND的狗淘宝14元一个,直接写便可成功。-Full range housewife software tool written dogs, please download it
matlab_des_Encryption
- des的加密matlab代码,仅供参考,互相学习-matlab code for DES Encryption
Feistel-crypto
- 模仿DES的结构,采用sm4的s盒,可以实现文本的加密和解密,重点在于Feistel结构的演示。-DES mimic the structure, using sm4 of s box, you can achieve text encryption and decryption, focusing on demonstration Feistel structure.
des_test_ecb_cbc.tar
- ECB模式,CBC模式DES加解密。 1.CBC模式与一般的不一样,当密文的数据发生错误时,解密后错误字节块和后续所有块的所有字节都是错误的。而一般模式只会影响当前块和后续块的相应字节。 2.可以加密任意长度的数据文件,最后的块数据不足8bytes,不是简单的补0。补0的缺陷是当明文块尾数据为0时,在解密时就不知如何处理了。 3.编译命令: 1. 编译测试程序 make test. 2. 编译动态库 make libdes.so 3. 编译静态库 make