搜索资源列表
DESdecypt
- DES文件解密程序,VC源码编写,与Des文件加密程序是配套使用的。使用方法简单,浏览到需要解密的文件,输入解密密钥,选择解密后保存的路径,即可实现解密。-DES file decryption program, VC source code written with Des file encryption program is supporting the use. Simple to use, navigate to the need to decrypt the file, enter t
encrypt
- des加密解密算法使用实例,采用vc++实现-des encryption and decryption algorithms use examples
des_bit
- DES加密算法C++实现: 从文件读取明文和密钥,并进行DES的加密解密,输出到文件。-des for vc++
DESDLL
- 本程序通过VC++开发,将DES加密算法封装成DLL,可调用完成加密功能。-The program developed by VC++, the DES encryption algorithm is packaged as DLL, you can call the complete encryption.
encrpyt
- 网络安全大学课程作业,DES算法实现,VC++编程-des encrypt,vc++
1901
- 标准加密算法,VC++6.0仿真环境,DES加密与解密算法-Standard encryption algorithm, VC++6.0 simulation environment, DES encryption and decryption algorithms
EXE
- VC++开发工具,Windows7开发环境.实现打开读卡器关闭读卡器功能,复位,初始化个人化,获取随机数,DES算法-VC++ development tools, Windows7 development environment. Open the reader to close the card reader function, reset, personalized initialization, access to random numbers, DES algorithm
cryptoppTYtool
- vc开发的国际常用加解密算法小工具,包括DES,AES,RSA,SHA1,SHA256,SHA512及CRC16和CRC32算法- vc开发的国际常用加解密算法小工具,包括DES,AES,RSA,SHA1,SHA256,SHA512及CRC16和CRC32算法 VC development of commonly used encryption and decryption algorithm gadget, including DES, AES, RSA, SHA1, SHA256,
xyssl_0.9.orig.tar
- VC /GCC 可以直接编译使用,包含 SSL ,SHA1,SHA2,MD2,MD4,MD5,AES,DES,BASE64,RSA,ARC4,BIGNUM,X509 不依赖各种库文件,可单独编译, 注意,0.93 版本,不是 0.8版本(VC / GCC can be compiled directly, including SSL, SHA1, SHA2, MD2, MD4, MD5, AES, DES, BASE64, RSA, ARC4, BIGNUM, X509 Do not
3des
- 本次测试的代码是DES算法的C语言实现(VC 6.0): (1)加密 输入:8个明文字符,8个密钥字符(例如“12345678”,“12345678”) 将输入密钥和明文的8个字符各自转换为二进制,然后进行DES加密,输出加密结果 将加密过程中第1,2轮E盒扩展,S盒置换,P盒替代中间结果输出 (2)解密 输入:将加密之后得到的64比特密文作为输入 输出:经过DES解密之后,输出8比特字符(3DES encryption and decryption in C lan