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

[加密解密] 1

数据加密算法(Data Encryption Algorithm,DEA)是一种对称加密算法,很可能是使用最广泛的密钥系统,特别是在保护金融数据的安全中,最初开发的DEA是嵌入硬件中的。里面包含源码和EXE
Data Encryption Algorithms (DEA) is a symmetric encryption algorithm, which is probably the most widely used key system. Especially in the protection of financial data security, the first developed DEA is embedded in hardware. It contains source code and EXE (2018-12-30, Visual C++, 436KB, 下载0次)

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

[加密解密] Hannoi

汉诺塔youxideshixianguocheng1
Tower of Hanoi youxideshixianguocheng1 (2016-07-13, Visual C++, 1838KB, 下载1次)

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

[加密解密] Hanoi

c++版,用链式栈实现汉诺塔算法(内附链式栈内模板)
version of c++,realisation of the tower of hanoi with link stack(class pattern attached) (2016-02-01, Visual C++, 1229KB, 下载1次)

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

[加密解密] hanoi

关于汉诺塔算法的C++实现方法,程序很短,很高效
About Hanoi algorithm c++ implementation of the methods, procedure is very short, very efficient (2015-06-16, Visual C++, 1033KB, 下载1次)

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

[加密解密] rc4

一个简单的rc4加密算法只是供您参考谢谢您的合作
A simple rc4 encryption algorithm Just for your reference Thank you for your cooperation (2015-03-11, Visual C++, 1KB, 下载1次)

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

[加密解密] des

DES数据加密算法。工程文件,已经建立好了,vc6直跑。 数据加密算法(Data Encryption Algorithm,DEA)是一种对称加密算法,很可能是使用最广泛的密钥系统,特别是在保护金融数据的安全中,最初开发的DEA是嵌入硬件中的。
DES data encryption algorithm. Engineering documents, has been created, vc6 straight run. Data Encryption Algorithm (Data Encryption Algorithm, DEA) is a symmetric encryption algorithm, is probably the most widely used key system, especially in the security of financial data, originally developed DEA is embedded in the hardware. (2014-05-27, Visual C++, 47KB, 下载5次)

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

[加密解密] RSA

数论构造双钥体制的方法,称作MIT体制,后来被广泛称之为RSA体制的算法实现
Number Theory constructor dual-key system, called the MIT system, then the system is widely known as RSA algorithm (2014-05-09, Visual C++, 17826KB, 下载1次)

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

[加密解密] cryptopp562

加密算法库,包含常用的des,RSA,椭圆曲线算法,双鱼算法等等
Encryption algorithm library (2014-02-25, Visual C++, 1111KB, 下载8次)

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

[加密解密] DES

8-bit之DES加解密,先輸入10-bit的金鑰,接著輸入8-bit的明文,最後出現加密完的密文以及解密完的明文。
The 8-bit DES encryption and decryption, first enter a 10-bit key, and then enter the 8-bit plaintext, finished last seen encryption and decryption finished ciphertext plaintext. (2013-09-18, Visual C++, 2025KB, 下载1次)

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

[加密解密] h2

将天骄2服务端的加密文本文件与生成的软件放在同一目录下,点击批量转换, 完成后会在同目录下生成一个名为temp的文件夹,其中存放的就是转换后的文件. 因为加密和解密的规则完全相同,所以加密过程和解密过程相同, 也就是说如果原来的文件存放的是原文,转换后就会生成密文,如果原来是密文,转换后生成原文. 适用于天骄2,凤舞天骄的所有版本服务端.
The the Tianjiao 2 server encrypted text file in the same directory with the generated software, click on the batch conversion finished, it will generate a folder named temp in the same directory, which store the converted file encryption and decryption rules are identical, so the encryption and decryption process is the same, that is to say if the original file is stored in the original conversion will generate the ciphertext, if the original ciphertext, conversion generated text. apply to tianjiao, all of Fung Mo tianjiao, the version of the server. (2013-04-27, Visual C++, 23KB, 下载8次)

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

[加密解密] Base16k

(1)这是一个伪随机数发生器,周期为2 ^ 19937 - 1,可以用于加密 文件说明如下: mtrand.h包含文件,包含类的声明 mtrand.cpp的库文件包含非内联成员 mttest.cpp小程序来测试随机数发生器 mttest.out输出文件,用于比较 (2)使用 初始化:两种方式,seed(s) 或seed(array, length). 随机数生成:MTRand_int32产生的32位无符号整数。 MTRand产生均匀的双精度浮点数,在halfopen时间间隔[0,1)(32位分辨率)。 MTRand_open产生均匀的双精度浮点数,在开区间(0,1)(32位分辨率)。 MTRand_closed产生均匀的双精度浮点数,在闭区间[0,1](32位分辨率)。 MTRand53产生均匀的双精度浮点数,在半开区间[0,1)(53位分辨率)。
(1) This is a pseudo-random number generator, a period of 2 ^ 19937- 1, can be used to encrypt the file description is as follows: mtrand.h include file contains the class declaration mtrand.cpp library file contains non-inline member mttest cpp small program to test the random number generator mttest.out output file for initialization (2): two ways, SEED (s) or seed (array, length) random number generator: MTRand_int32 produce the 32 unsigned integer. MTRand produce uniform double-precision floating-point number, in halfopen time interval [0, 1) (32-bit resolution). MTRand_open produce uniform double-precision floating-point numbers, the open interval (0,1) (32-bit resolution). MTRand_closed produce uniform double-precision floating-point numbers, the closed interval [0, 1] (32-bit resolution). MTRand53 produce uniform double-precision floating-point number, in the half-open interval [0,1) (53-bit resolution). (2013-04-24, Visual C++, 18KB, 下载4次)

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

[加密解密] transparent-encryption

基于双缓冲过滤驱动的透明加密系统研究与实现
Based on double buffer transparent encryption system filter driver and Implementation Research (2011-11-19, Visual C++, 708KB, 下载157次)

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

[加密解密] RSA

用c简单实现了RSA算法,Rsa算法是采用双钥加密的技术
Achieved with a simple RSA algorithm c, Rsa algorithm is the use of a dual-key encryption technology (2011-06-27, Visual C++, 1KB, 下载4次)

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

[加密解密] DH

双机加解密,DH密钥交换系统,源码即可执行文件
Double encryption, DH key exchange system, the source file can be executed (2011-04-30, Visual C++, 4500KB, 下载38次)

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

[加密解密] DES

数据加密算法(Data Encryption Algorithm,DEA)是一种对称加密算法,很可能是使用最广泛的密钥系统,特别是在保护金融数据的安全中,最初开发的DEA是嵌入硬件中的。
Data Encryption Algorithm,DEA (2010-11-04, Visual C++, 1158KB, 下载10次)

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

[加密解密] RSAshuangyinsu

基于RSA的双因素身份认证,值得参考~~~!
RSA-based two-factor authentication, it is also useful (2010-04-17, Visual C++, 235KB, 下载7次)

http://www.pudn.com/Download/item/id/1130130.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

[加密解密] RSA

使用vc6.0完成 RSA为一种公开金钥演算法 可以产生一对公开金钥与私密金钥
Vc6.0 completion of the use of RSA as a public key algorithm can generate a public key and private key (2009-06-08, Visual C++, 1KB, 下载2次)

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

[加密解密] playfair

Playfair将明文中的双字母组合作为一个单元对待,并将这些单元转换为双字母组合。
Playfair will be expressly in the two-letter combinations treated as a unit, and these modules is converted to the two-letter combinations. (2008-02-29, Visual C++, 4KB, 下载16次)

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

[加密解密] desfunc

传输资料加解密,再以非对称式加密法中...Data Encryption Standard (DES) algorithm,Fast ...经Triple DES CBC 演算法对私密金钥做加密或解 密.使用者可从网站下载NCNUCA的凭证产生程式,自行产生
data transmission encryption and decryption, with non-symmetric encryption method ... Data Encryption Standard (DES) algorithm, Fast ... by the CBC Triple DES algorithm keys to privacy encryption or decryption. Users can be downloaded from the website NCNUCA programs have proof of their own produce. (2005-05-07, Visual C++, 54KB, 下载26次)

http://www.pudn.com/Download/item/id/1115444095237650.html
12
总计:26