C# DES文件加密
c# DES文件加密 c# DES文件加密-c# DES file encryption file encryption c# DES
本专区汇聚了各类基于 文件加密 开发的源码资源,共计 99 篇资源供开发者免费下载学习。
c# DES文件加密 c# DES文件加密-c# DES file encryption file encryption c# DES
使用Des,MD5对字符串,数据文件加密,资源共享我们才能发展,抵制日货-use, MD5 strings, data file encryption, we can share
在Visual C++ 6.0下利用Rijndael算法进行任意文件加密,一个rijndael加密算法的使用实例,虽然图形界面做得比较粗糙,但是程序本身有很多值得参考和学习的地方-
此算法是用VC++编译的,用RSA算法对任何文件加密,简单易懂。-This algorithm is used VC++ Compiled using RSA algorithm
VC++文件对象加密实例,通过对OpenSSL对称密码算法函数的调用来实现,要用到两个控件:libeay32.dll和ssleay32.dll,可以对大文件进行加密,不过效率上还需
C++ Builer实现的IDEA算法,包括文件分割等功能 C++ Builer实现的IDEA算法,包括文件分割等功能 C++ Builer实现的IDEA算法,包括
用VC++6.0编写的小程序,功能是实现文件的动态加密.-With VC++ 6.0 to prepare a small procedure, function is to ac
Encrypt/Self decrypt files in Native C++ and .NET,encrypts/self decrypts file at a time ba
这是一个由C++编制的MFC工程,能够对文件进行加密-This is a C++ compiled by the MFC works, be able to encrypt fil
c++的基于openssl实现的简单aes文件加密类 -c++ realize openssl based on a simple type of file encryptio
标准C++书写的BlowFish加密算法,和加密文件演示,速度较快-written in standard C BlowFish encryption algorithm, and
用C++代码实现的简单文本文件加密程序,可供初学者参考