联合开发网   搜索   要求与建议
                登陆    注册
排序按匹配   按投票   按下载次数   按上传日期
按分类查找All 加密解密(908) 
按平台查找All Visual C++(908) 

[加密解密] VCPPCRYPTPP

VC编程加解密算法库CRYPT++ 实现文件的加密解密功能
VC programming encryption and decryption algorithm library CRYPT++ (2016-04-05, Visual C++, 8669KB, 下载2次)

http://www.pudn.com/Download/item/id/1459826116249596.html

[加密解密] RSA

RSA加解密算法,在VS2010上成功运行。
RSA encryption algorithm is successful in VS2010 (2015-01-04, Visual C++, 4991KB, 下载20次)

http://www.pudn.com/Download/item/id/1420376083677083.html

[加密解密] MD5

md5加解密实现c代码,帮助学习md5加解密实现原理,直接调用相关函数实现对文件的解密与加密。
md5 encryption and decryption of C code, and help learning the md5 encryption and decryption to achieve the principle of the direct correlation function is called the decryption and encryption of the file. (2012-07-03, Visual C++, 2KB, 下载34次)

http://www.pudn.com/Download/item/id/1928790.html

[加密解密] MailManager

一个带加解密的邮件收发系统,用RSA签名邮件,DES加解密邮件正文
a mail manager with encryption and decryption. (2012-04-14, Visual C++, 6764KB, 下载4次)

http://www.pudn.com/Download/item/id/1829056.html

[加密解密] RC4

RC4加解密程序设计,MFC界面。操作简单,易懂。RC4加解密程序。
RC4 encryption and decryption program design, MFC interface. The operation is simple and easy to understand. RC4 encryption and decryption procedures. (2012-03-04, Visual C++, 2271KB, 下载18次)

http://www.pudn.com/Download/item/id/1784919.html

[加密解密] vigenre

c语言环境下维吉尼亚密码的加密和解密源代码,简单易懂
encryption and decryption of Virginia algorithm encryption and decryption (2011-12-02, Visual C++, 1KB, 下载10次)

http://www.pudn.com/Download/item/id/1718623.html

[加密解密] RSA_ENCRYPT_MFC

RSA加解密,用MFC实现,希望大家测试!
RSA Encrypt using MFC. (2011-10-31, Visual C++, 2227KB, 下载15次)

http://www.pudn.com/Download/item/id/1685071.html

[加密解密] vs.net-Reactor_2.6.4.0

vs.net加壳Reactor_2.6.4.0.rar visual studio下用的加壳软件,还不错
Reactor_2.6.4.0.rar visual studio vs.net packers packers used under the software, not bad (2011-05-25, Visual C++, 3639KB, 下载6次)

http://www.pudn.com/Download/item/id/1546396.html

[加密解密] PE-Armor

加壳的软件源码。说明:要把masm安装在c盘,否则要作相应的修改才能编译通过
Packers software source code. Note: should masm installed in c drive, or to be modified accordingly to compile (2011-05-14, Visual C++, 137KB, 下载27次)

http://www.pudn.com/Download/item/id/1530988.html

[加密解密] tong3

一个我自己制作的基于RSA原理的加解密程序,C++,可以对指定文件进行加解密
I made a principle based on RSA encryption and decryption procedures, C++, you can encrypt and decrypt specified files (2011-02-04, Visual C++, 675KB, 下载2次)

http://www.pudn.com/Download/item/id/1424191.html

[加密解密] CRYPT

加解密算法库CRYPT。。。希望能帮组一些对加解密有兴趣的朋友
Encryption algorithms library CRYPT. . . (2010-11-09, Visual C++, 8315KB, 下载6次)

http://www.pudn.com/Download/item/id/1339837.html

[加密解密] DES_good

DES 加解密,绝对好用!VC6.0编译通过。
DES encryption and decryption, absolutely handy! VC6.0 compile. (2010-08-20, Visual C++, 79KB, 下载6次)

http://www.pudn.com/Download/item/id/1274288.html

[加密解密] easybmp

可以实现vc环境下的 对bmp图像的加密解密 加解密介质可以是文档 也可以 小点的音频文件 可以实现双加解密过程!
it can insert some file into the bmp with password. (2010-01-27, Visual C++, 7828KB, 下载21次)

http://www.pudn.com/Download/item/id/1052781.html

[加密解密] SecChat

rsa c++源码 可以实现简单的rsa算法的加解密
rsa c++ source (2009-10-18, Visual C++, 122KB, 下载4次)

http://www.pudn.com/Download/item/id/941683.html

[加密解密] AES

AES加密类 对字符串有效的加解密,C++
AES encryption type of the string of effective encryption and decryption, C++ (2009-09-01, Visual C++, 7KB, 下载19次)

http://www.pudn.com/Download/item/id/896514.html

[加密解密] weiruan

关于.NET对文件流的加解密,详细介绍了微软的加解密功能,感兴趣的朋友可以下载看看
On the encryption (2009-07-13, Visual C++, 1KB, 下载2次)

http://www.pudn.com/Download/item/id/841928.html

[加密解密] jiajiemi

加解密算法的实现,内部包含有多个加解密算法的实现,
Encryption and decryption algorithm, contains a number of internal encryption algorithm, (2009-06-14, Visual C++, 88KB, 下载6次)

http://www.pudn.com/Download/item/id/806689.html

[加密解密] DES

DES加解密 AES(使用了文件读写的缓冲和多线程技术)
DES encryption and decryption AES (using the document to read and write buffer and multi-threading technology) (2009-01-18, Visual C++, 933KB, 下载75次)

http://www.pudn.com/Download/item/id/633088.html

[加密解密] Vigenere1

维尼利亚加密解密算法,本学期选修了计算机密码学,老师布置的第一个实验,可以给大家参考一下。
维尼利亚encryption and decryption algorithms, this semester elective computer cryptography, the teacher arranged the first experiment, can give you reference. (2008-11-09, Visual C++, 110KB, 下载2次)

http://www.pudn.com/Download/item/id/575601.html

[加密解密] jiajiemisuanfa

一个十分基本的加解密算法,可以了解加解密的本质内容。
a very basic encryption algorithms, encryption can understand the essence. (2007-06-20, Visual C++, 238KB, 下载3次)

http://www.pudn.com/Download/item/id/298195.html
总计:908