资源列表
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
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.
matlab_des_Encryption
- des的加密matlab代码,仅供参考,互相学习-matlab code for DES Encryption
yinghuabudingtools
- 还不错的一款破解软件,樱花破解工具个人用的破解工具-A cracked software is good
AES
- 实现完整的AES加密解密,主要分为四步:S盒,行移位,列变换,密钥扩展- Achieve a complete AES encryption and decryption, divided into four steps: S box, row shift row conversion, key expansion
AES-128
- aes 128bit encryption and decryption
VCPP-ProxyFox
- VC++代理服务器工具源代码ProxyFox-VC++ roxyFox
OPTION-1
- python制作的界面进行加密和解密,有相应的文档说明-Python produced by the interface for encryption and decryption, there is a corresponding documentation
huoquyingpanxuliehao
- 获取硬盘序列号的小工具。在其它网站下载的,在这里分享一下。-Get gadget hard disk serial number. In other sites to download, here to share it.
oclMultiThreads
- 使用CUDA和OPENCL并行加速,实现多线程的调用的案例,根据自己的需要可以使用CUDA或OPENCL进行加速-OPENCL use CUDA parallel acceleration and achieve multi-threaded calls the case, according to their needs can be accelerated using CUDA or OPENCL
hashcat-2.00.tar
- HashCat用于破解多种Hash加密的密文-HashCat used to crack a variety of Hash encryption cipher
softsm
- Java语言实现SM2,SM3,SM4软算法。-Java Develop SM2,SM3,SM4 Algorithm
