Hot Search : Source embeded web remote control p2p game More...
Location : Home Search - VC des C
Search - VC des C - List
DL : 0
在vc环境下,用c++实现DES算法的.cpp文件。 里边含有一些可用的头文件以及演示
Update : 2008-10-13 Size : 11.19kb Publisher : Jimmy

《英文版掌握Vc++》附录中的源代码-"English master Vc" appendix of source code
Update : 2025-02-17 Size : 894kb Publisher : 张花

多种加密的算法的集合,有DES,RSA等等,有的是用C写的,也用是用VC++写的。很实用!-variety of encryption algorithms to assemble, DES, RSA, etc., some written in C, is also used to write the VC. Very practical!
Update : 2025-02-17 Size : 379kb Publisher : 森林

DES编码 实现对数据的加密 种加密的算法的集合,有DES,RSA等等,有的是用C写的,也用是用VC++写的。很实用! -DES encryption of data encryption algorithm types of pools, DES, RSA, etc., some written in C, is also used to write the VC. Very practical! The types of encryption algorithms to assemble, DES, RSA, etc., some written in C, is also used to write the VC. Very practical!
Update : 2025-02-17 Size : 4kb Publisher : 王完全

这是一个用VC开发的DES加密/解密算法,非常好用.能和大家交流.-This is a development of the VC DES encryption/decryption algorithm, a very handy. You can exchange.
Update : 2025-02-17 Size : 2.33mb Publisher : 赖高

DES算法及其在VC++6.0下的实现.rar 虽非原创,但很有用。-DES algorithm and the VC 6.0 achieved. Rar, if not original, but very useful.
Update : 2025-02-17 Size : 182kb Publisher : 老灰狼

用visual c++ 写的des加密算法演示 -with visual c write des encryption algorithm demo
Update : 2025-02-17 Size : 1.87mb Publisher : ww

DL : 0
DES加密解密算法vc实现 用MFC作了界面-DES encryption and decryption algorithms vc achieve interface made with MFC
Update : 2025-02-17 Size : 20kb Publisher : wpopeyel1

DL : 0
DES加密算法的具体实现,可以很好地在VC++环境中使用-DES encryption algorithm to achieve specific, can have a very good environment for the use of VC
Update : 2025-02-17 Size : 4kb Publisher : xchf

DES算法,包含有标准DES算法以及CBC,ECB模式,编译用VC++.-DES algorithm, includes standard DES algorithm and CBC, ECB mode, compile VC.
Update : 2025-02-17 Size : 85kb Publisher : 谢志东

共享软件加密算法库,一款针对个人、企业开发共享软件的加密工具,支持Windows平台下各类开发工具:VC、VB、Delphi、PB、VFP等,算法库集成的算法有:BlowFish、MD5、Secret16、AES、SHA、CRC32、RSA、DES、字符串加/解密、文件加/解密等多种功能强大的算法。其提供了DLL文件-Reg.dll,可以通过复用它来实现数据加密与解密。 -sharing software encryption algorithm library, one individual, enterprise development sharing software encryption tools, support Windows platforms in various types of development tools : Visual C++, Visual Basic, Delphi, PowerBuilder, Visual FoxPro. Integration Algorithm for the algorithm are : BlowFish, MD5, Secret16, AES, SHA, CRC32-, RSA, DES, string encryption/decryption, document encryption/decryption and other powerful algorithms. Provide a DLL files-Reg.dll, through reuse it to achieve data encryption and decryption.
Update : 2025-02-17 Size : 664kb Publisher : 沐柏

DES加密算法VC源码,只包含了一个源文件,自己在VC 中建工程即可编译,代码中有详细的注释,适于学习。-DES encryption algorithm VC source, contains only one source, VC in their works can be built, a detailed code of the Notes, suitable for learning.
Update : 2025-02-17 Size : 4kb Publisher : maxu

DL : 0
在vc环境下,用c++实现DES算法的.cpp文件。 里边含有一些可用的头文件以及演示-In vc environment, with c++ Realize DES algorithm. Cpp file. Inside contains a number of available documents, as well as the first demonstration
Update : 2025-02-17 Size : 288kb Publisher : Jimmy

DL : 0
程序是在vc++平台上实现的des算法,能对任何大小的文件进行加密。加密的模式是CFB。-Procedures are in vc++ Platform to achieve the des algorithm, can be of any size file encryption. Encrypted mode is CFB.
Update : 2025-02-17 Size : 643kb Publisher : 方慧

DL : 0
3DES 算法实现,VC,BCB 调试通过。-3DES algorithm, VC, BCB debug through.
Update : 2025-02-17 Size : 6kb Publisher : undefined

MD5校验和计算小程序。C编写,实现字符串摘要、文件摘要两个功能。 里面主要包含3个文件: Md5.cpp、Md5.h、Main.cpp。其中Md5.cpp是算法的代码,里的代码大多是从 rfc-1321 里copy过来的;Main.cpp是主程序。 -MD5 checksum calculation applet. C to prepare and achieve string summary document containing a summary of two functions. Which mainly contains three documents: Md5.cpp, Md5.h, Main.cpp. Md5.cpp which is the algorithm code, in most of the code from the rfc-1321-ri copy back Main.cpp is the main program.
Update : 2025-02-17 Size : 86kb Publisher : yincuiwei

DL : 0
C语言的DES算法,速度很快,是VC++的好几倍、-C language of the DES algorithm, very fast, is several times the VC++,
Update : 2025-02-17 Size : 205kb Publisher : 陈辉

DL : 0
对数据进行加密传输能有效地保证数据的机密性,DES是一个保证数据机密性的经典算法,本实验拟在VC/ C/C++/Java环境中实现DES算法。-Encrypt the data transfer can effectively guarantee the confidentiality of data, DES is a guarantee of data confidentiality classical algorithm, this study intends to VC/C/C++/Java environment to achieve DES algorithm.
Update : 2025-02-17 Size : 28kb Publisher : nannan

DL : 0
DES加密算法的C语言实现。用VC编译是可以的(VC的C编译器和C++编译器是分开的,*.c的文件VC都是用C编译器编译的)。在GCC或者其他编译环境下有可能编译器不认识__int64的写法,这时在文件头加上这么一句应该就可以了: #ifndef __int64 #define __int64 long long #endif-DES encryption algorithm in C language. VC compiler (VC C compiler and C++ compiler is a separate,* c file VC C compiler). GCC or any other compiler environment compiler does not know __int64 of writing, this time in the file header with such a one should be: #ifndef __int64 #define __int64 long long #endif
Update : 2025-02-17 Size : 3kb Publisher : sunjunyu

DL : 0
C语言实现DES加解密功能,学校作业已完成,运行VS,VC++,DEV-C均可-DES encryption and decryption functions to achieve
Update : 2025-02-17 Size : 5kb Publisher : 李苗苗
« 12 3 »
CodeBus is one of the largest source code repositories on the Internet!
Contact us :
1999-2046 CodeBus All Rights Reserved.