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

[加密解密] aes

AES加密算法,实现任意长度文件加密与解密,有例程,可直接用于文件或字符串,数组加解密。
AES encryption algorithm, the realization of arbitrary length of file encryption and decryption, there are routines, can be used directly in the file or string, the array encryption and decryption. (2016-10-30, Visual C++, 9KB, 下载29次)

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

[加密解密] shuziqianming

c++RSA加解密算法,MFC,有基本的界面实现,有论文。共三个。
c++ RSA encryption algorithm, MFC, a basic interface to achieve, there are papers. A total of three. (2016-06-20, Visual C++, 9131KB, 下载9次)

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

[加密解密] RSA

vs2015编译的RSA加解密算法,算法比较简单,可以作为新手参考
Vs2015 RSA encryption and decryption algorithm, the algorithm is relatively simple, can be used as a reference for beginners (2016-06-09, Visual C++, 1122KB, 下载4次)

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

[加密解密] DES1

DES算法及DES对图片进行加密,DES加密算法,可用于加解密
DES algorithm and DES encryption on the picture, DES encryption algorithm, can be used for encryption and decryption (2016-01-17, Visual C++, 6086KB, 下载2次)

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

[加密解密] 3_idea

实现加解密,适合用于做课设的大家,尤其是学信安的
Achieve encryption and decryption, it was suitable for the course set everyone, especially the school Principal (2015-06-26, Visual C++, 2082KB, 下载3次)

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

[加密解密] en-de

本程序实现了简单的文件加解密,采用文件流的方式操作文件.
The program implements a simple file encryption and decryption operations by way of the file stream file. (2015-06-10, Visual C++, 2KB, 下载1次)

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

[加密解密] 2

基于C语言环境中的RSA算法中的加解密部分代码。
Based on the C language environment RSA encryption and decryption algorithms part of the code. (2014-11-27, Visual C++, 1KB, 下载1次)

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

[加密解密] RSA_cpp

C++实现的RSA加解密小算法,包括素数生成与检测算法,作为C++入门练习
C++ implementation of the RSA encryption algorithm (2014-06-28, Visual C++, 51KB, 下载1次)

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

[加密解密] rsa

简单的rsa加解密,需要读取文件,经本人测试过确实可以用
Simple rsa encryption and decryption, you need to read the file, after I tested can indeed (2013-11-09, Visual C++, 6KB, 下载2次)

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

[加密解密] Hill

hill算法的加解密算法的实现 明文:          密文:   其中, 例子:P=HILL ,对应:7,8,11,11。 密钥: 加密:     =(9,8,8,24)     =(JIIY) 解密算法中,由于要求出矩阵K的逆矩阵,因此解密算法作为选做内容。对于加密的结果,可以进行手动验算。
Hill encryption and decryption algorithm (2013-07-04, Visual C++, 49KB, 下载3次)

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

[加密解密] DisplayHDid

采用DES算法对磁盘cpu号进行加密解密,有界面。一个简单的加解密程序
Using the DES algorithm to CPU, disk encryption, decryption, interface. A simple encryption program (2013-03-18, Visual C++, 65KB, 下载4次)

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

[加密解密] jiami-and-jiemi-cPP-class

自己写的加解密c++类,非常实用,输入一个字符串经过加密后输出另一个字符串!
own write jiami and jiemi c++ class (2012-03-18, Visual C++, 2KB, 下载7次)

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

[加密解密] PGP

本程序模拟软件PGP的部分基本原理,主要利用RSA模拟实现PGP中加解密实现。本程序编程实现RSA中随机产生大素数及通信双方加解密实现保密功能。
The program to simulate some of the basic principles of software PGP, PGP key used in RSA encryption and decryption simulation to achieve realization. This program generates random RSA programming large prime numbers and confidential communications both encryption and decryption functions to achieve. (2012-01-28, Visual C++, 5KB, 下载10次)

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

[加密解密] aes_cmd

实现的AES加解密算法,使用命令行作为I/O接口
AES encryption algorithm implementation, use the command line as the I/O Interface (2010-12-17, Visual C++, 7118KB, 下载5次)

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

[加密解密] lab1_1

实现单表替换的加解密源程序,密文和明文的大小写都支持。
A table for implementation of the source program, to enter the cipher text and clear. (2010-10-26, Visual C++, 234KB, 下载27次)

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

[加密解密] vc_encrpty

对PE文件进行简单加壳处理,实现了简单的区段加密
PE files on a simple packers processing section to achieve a simple encryption (2010-08-20, Visual C++, 2629KB, 下载22次)

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

[加密解密] Vigenere

人们在单一恺撒密码的基础上扩展出多表密码,称为“维吉尼亚”密码。该程序实现了古代密码学重要的一个密码算法,实现密文的正确解密。
People in a single Caesar cipher based on the expansion of a multi-table code, known as the " Virginia" password. The program achieved an important ancient cryptography cryptographic algorithms, to achieve the right to decrypt the ciphertext. (2010-05-26, Visual C++, 286KB, 下载6次)

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

[加密解密] RsaRef20060727

RSA 算法运用控制台,可以随机生成不同的KEY,进行加解密运算
RSA algorithm using the console, you can randomly generate different KEY, for encryption and decryption operations (2010-05-05, Visual C++, 850KB, 下载17次)

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

[加密解密] jiajiemi

收集了三百种加解密算法的VC源程序,请大家参考!
Collection of 300 kinds of encryption and decryption algorithm VC source, please refer to everyone! (2009-03-05, Visual C++, 388KB, 下载12次)

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

[加密解密] aeslib

简单好用的AES算法,提供基本的对文件的加密、解密和数据块的加密、解密,目前的版本是静态库,很容易改做成动态库,亦可轻松移植到Linux平台,已测试过跟Java等其他标准AES加密库成功对接(可相互加、解密)。
simple and easy AES algorithm to provide basic document encryption, decryption and data block encryption, decryption, the current version is a static library, it can easily be converted create DLL can easily ported to the Linux platform, has been tested with other Java AES encryption standard for successful docking (available mutual encoding and decoding). (2005-10-18, Visual C++, 53KB, 下载125次)

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