搜索资源列表
200561673082201
- DES,MD5,ZLIB算法源代码 文件列表: Adler32.cpp ArithDLL.cpp ArithDLL.def ArithDLL.dll ArithDLL.dsp ArithDLL.dsw ArithDLL.h ArithDLL.lib ArithDLL.ncb ArithDLL.opt ArithDLL.plg Arithzxz.h Arithzxz.h.BAK Compress.cpp CRC.cpp Defla
DES
- 在vc环境下,用c++实现DES算法的.cpp文件。 里边含有一些可用的头文件以及演示
DES
- DES密码算法的程序实现,在Dev-Cpp中编译通过,可以实现DES算法的加密解密
DES
- 用c++实现des算法 整体思路 用key.cpp 文件来产生秘钥,用ringfuction.cpp文件来实现轮函数,用main.c来实现加密和解密。有关函数见三个文件里的具体实现。
des.cpp
- 近代分组密码算法(DES)
DES
- 位输入的DES 加密解密算法实现 单一CPP实现,其中1.txt用于明文输入,key2.txt用于密钥输入,out2.txt为加密后的密文 与解密后的明文输出-Enter the DES encryption and decryption algorithm to achieve a single CPP, which expressly 1.txt for input, key2.txt for key input, out2.txt for encrypted and decrypted
des
- raw des source code written in cpp (integrated development environment independent)
des.cpp
- DES Implementation in C/C++ untested
des
- des算法+代码 // des.cpp - modified by Wei Dai from: /* * This is a major rewrite of my old public domain DES code written * circa 1987, which in turn borrowed heavily from Jim Gillogly s 1977 * public domain code. I pretty much kept my
MAIN.cpp
- DES Implementation C-DES Implementation C++
DES-chat
- DES加密聊天工具,共包含3个文件:chat.cpp、des.h、makefile。 编译:命令行模式下,切换到代码所在目录,输入make后回车即可。 运行:命令行模式下输入 ./chat,然后选择程序执行角色(客户端或服务器)。如选择服务器,则程序自动打开端口开始监听;如选择客户端,则需要输入服务器地址。最后输入命令quit退出程序。-DES encrypted chat tool, contains a total of 3 files: chat.cpp, des.h, makef
S-DES--CPP
- 简单的对称加密算法S-DES C++源码 很不错的-very simple S-DES C++ source code
DES---CPP
- c++ des加密解密 实现des加密解密的功能-c++ des des encryption decryption encryption and decryption functions to achieve
des-cPP
- des data standard system source code c-des data standard system source code c++
DES-CPP
- DES加密/解密程序,C++实现,给大家提供参考-DES encryption/decryption process, C++ implementation, to provide reference. . . . . .
main.cpp.tar
- using permutation tables, cript des
des
- DES加密算法的C++实现,利用C++语言实现的相关算法,可以在visual stdio环境下仿真通过-DES encryption algorithm is implemented in Cpp
DES-CPP
- DES算法的C++实现,源代码,能正确运行-DES algorithm C++ to achieve, the source code to run correctly
des.cpp
- 对于密码学的des算法,可以尝试着使用,对完成你的学习要求有良好的作用 -it s important that can help you make more better homework
DES
- DES、3DES加密解密算法,标准C编程,适合所有平台。测试程序为VS2010。运算Des\Debug\Des.exe文件,代码文件为Des-Code.cpp和Des_head.h(DES, 3DES encryption and decryption algorithm, standard C programming, suitable for all platforms. The test program is VS2010. Operation Des\Debug\Des.exe, the
