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

[加密解密] HouDesTool

Des对16进制的字符串进行加解密,支持3Des和MAC的计算
Des for hexadecimal string encryption, support 3 Des and MAC calculation (2014-04-09, Visual C++, 20KB, 下载3次)

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

[加密解密] RSA

密码学实验 RSA算法 有完整的实验代码 加解析
RSA cryptography algorithm experiment experimental code plus a complete analysis (2013-11-12, Visual C++, 1951KB, 下载2次)

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

[加密解密] bcas

ISDB-T流, BCAS 标准加解密算法源码
ISDB-T stream, BCAS standard encryption and decryption algorithm source code (2013-10-24, Visual C++, 1829KB, 下载13次)

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

[加密解密] RC6

详细描述RC6加密解密算法,并给出了源码。
The encryption algorithm of RC6 (2013-04-29, Visual C++, 2KB, 下载11次)

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

[加密解密] diskperf

U盘加解密 改的diskperf,创建了一个线程来处理读写请求.
U disk encryption and decryption changed diskperf, create a thread to handle read and write requests. (2013-04-04, Visual C++, 16KB, 下载17次)

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

[加密解密] Caesar

实现流密码中的凯撒密码的加解密实现功能,时序列密码实现部分。
The the stream cipher Caesar password encryption and decryption functions, when stream cipher implementation section. (2013-02-23, Visual C++, 6KB, 下载4次)

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

[加密解密] AES

AES-128加解密源码,可以用于对无长度限制的明文进行加密操作和相应解密,运行通过
AES-128 encryption and decryption source code (2012-11-12, Visual C++, 4KB, 下载6次)

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

[加密解密] ElGamal-Signature

ElGamal算法的加解密及签名实现,这是一个专业课程设计,包含设计报告。
The ElGamal algorithm encryption and signature (2012-03-04, Visual C++, 44KB, 下载16次)

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

[加密解密] DES_Rec_Dec

DES加解密算法,是工程例子,很容易看懂,直接可以使用
Des algorithm to decrypt and engineering example, it is easy to understand, you can use (2011-08-31, Visual C++, 10235KB, 下载6次)

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

[加密解密] encipher_decipher

单机加解密,包括des,rsa等基本加密方法,源码与可执行文件
Stand-alone encryption, including the des, rsa basic encryption method, source and executable files (2011-04-30, Visual C++, 6203KB, 下载7次)

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

[加密解密] pdfJiaJieMi

pdf文档加解密资料,非常详细,做文档安全的同仁可以参考一下
pdf document decryption information, very detailed, so the document can refer to the safety of colleagues (2010-05-21, Visual C++, 61KB, 下载7次)

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

[加密解密] RSA

基于大数库miracl的RSA加解密算法,其中gen.c是产生密钥,encode.c是进行加密,decode.c是进行解密
Based on large numbers of RSA encryption and decryption library miracl algorithm, which gen.c is to generate the key, encode.c is encrypted, decode.c is to decrypt (2010-03-10, Visual C++, 1340KB, 下载90次)

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

[加密解密] DES

1. 编写程序实现DES的加、解密: 1)编程构造DES的密钥; 2)应用上述获得的密钥将一段英文或文件进行加、解密。 2. 用DES算法实现口令的安全
1. Write a program to achieve DES, encryption and decryption: 1) programming construct DES key 2) applications, such access will be a key document in English or encryption and decryption. 2. With the DES algorithm secure password (2010-03-06, Visual C++, 11KB, 下载24次)

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

[加密解密] DES-

DES加密算法实现DES的加、解密用户手动输入明文和密钥就可以实现加密同样可以实现解密
DES encryption algorithm (2009-12-01, Visual C++, 1866KB, 下载21次)

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

[加密解密] DES_C

用C语言编译的DES加解密程序 望大家指教
C language compiler to use the DES encryption and decryption process we hope that advice (2009-05-02, Visual C++, 581KB, 下载56次)

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

[加密解密] sfilterRule

经典的文件透明加解密程序,以及xefs.dat规则生成程序。
Classic transparent file encryption and decryption procedures, as well as rule generation procedures xefs.dat. (2009-03-21, Visual C++, 599KB, 下载285次)

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

[加密解密] SocketRsa

一个自己封装的,网络传输,纯C的,还有封装的RSA加算法!
Own package, network transmission, pure C, and there are package plus RSA algorithm! (2007-09-04, Visual C++, 38KB, 下载18次)

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

[加密解密] easyecfile

这是一个简单的加密解密文件,适用于一些小文件的加解密
This is a simple encryption and decryption of documents, apply to some small increases declassified documents (2007-01-27, Visual C++, 1636KB, 下载14次)

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

[加密解密] cryptor

开放的加密源代码,用于加密,想学加解密的朋友建议下载
open encryption source code for encryption, decryption, like the friends suggested Download (2005-08-24, Visual C++, 27KB, 下载35次)

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

[加密解密] UnUpxShell

用来脱被upx加过壳的文件,包括被upxfix等修改过的文件,适用于几乎所有版本(不过特低的好像有些问题:( ) 欢迎指正!msn:phoenix8088@hotmail.com
UPX from being used to shell the documents have been added, including such upxfix revised document, applicable to almost all versions (particularly low, however it seems there are some problems: () please correct me! Msn: phoenix8088@hotmail.com (2004-06-08, Visual C++, 22KB, 下载24次)

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