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

[加密解密] RSA-Digital-Signature-master

RSA的,数字签名,网上下的,只是加密,试一试
RSA,Digital signature, offline, only encrypted, try it (2020-03-22, Visual C++, 13KB, 下载0次)

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

[加密解密] RSA

RSA算法基于C++实现,大家可以下载试一下,一定不会让大家失望的。
RSA algorithm based on C++ implementation, we can download a try, we will not let you down. (2016-08-29, Visual C++, 150KB, 下载2次)

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

[加密解密] cryptfial

文本串加密和解密程序。一个文本串可用事先给定的字母映射表进行加密。 试写一个算法将输入的文本串进行加密后输出; 另写一个算法将输入的已加密的文本串进行解密后输出。
Text string encryption and decryption process. Available in advance of a text string given letter mapping table is encrypted. For example, suppose the letter mapping table: abcdefgh I jklmnopqrstuvwxyz ngzqtcobmuhelkpdawxfy I vrsj the string " encrypt" is encrypted as " tkzwsdf" . Try to write an algorithm to input text string will be encrypted output another write encrypted text string entered an algorithm will be decrypted output. (2014-04-21, Visual C++, 453KB, 下载2次)

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

[加密解密] sms4

商密委规定的SMS4分组密码算法,试用于国内商用密码产品的研发。
Commercial cipher committee of SMS4 block cipher algorithm, the trial of the commercial password products in the domestic research and development. (2014-03-24, Visual C++, 398KB, 下载3次)

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

[加密解密] Base64Encode

这个程序会加密或者解密文字咧。使用mfc界面。试一试。
This program can encode and decode string. used mfc dialog. (2013-02-21, Visual C++, 945KB, 下载4次)

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

[加密解密] SHA1

SHA1 加密函数实例,初学网上的例子。试了一下还可以。不错
Example of the the the SHA1 encryption function instance, beginner online (2012-11-19, Visual C++, 2KB, 下载2次)

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

[加密解密] acryyptoloogyc

实现了三种古典密码学体制与DES体制及其分析。affine(仿射)读入文件11.txt中内容(小写字母,明文)加密并把内容写入12.txt,还能解密生成文件13.txt。vigenere,hiill体体制类似。DES体制包含加密解密雪崩效应差分分析等内容。由于本人还是刚学习程序源码设计语言及密码学的在校本科生,水平非常低,第一次上传只是为了试一下。能考虑少给几点,呵呵。 可直接使用。
Three classical cryptography system and DES system and its analysis. affine (affine) read the contents of a file 11.txt (lowercase letters, plaintext) is encrypted and write the contents 12.txt can decrypt the generated file 13.txt. vigenere, hiill body system is similar. DES system contains the encryption and decryption of the contents of the avalanche effect differential analysis. I still just learning the language of the program source code and cryptography in the undergraduate level is very low, the first upload just to try. Can consider less to a few points. Can be used directly. (2012-07-27, Visual C++, 11KB, 下载5次)

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

[加密解密] EncryAndDecrypt

数据加密功能可以是出现的的肌肤的gbk决定是否能看见 福德宫发给
data encryption (2011-05-05, Visual C++, 521KB, 下载2次)

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

[加密解密] SecretDog

加密狗资料,狗操作,蓝色加密狗,赛福奈公司出品
SecretDog.cpp: implementation of the CPRSecretDog class. (2011-03-14, Visual C++, 2KB, 下载7次)

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

[加密解密] SRP6

SRP协议是由斯坦福大学计算机科学系的Thomas wu等开发的,英文全称是Security Remote Password(安全远程密码),经过严密的数学论证,SRP6被证明是一种非常安全的算法,我们可以在这里获取到SRP的协议的官方文档 http://srp.stanford.edu/ndss.html 在当下流行的网络游戏中,魔兽世界采用的就是SRP协议。
SRP agreement was signed by the Department of Computer Science at Stanford University Thomas wu and other developed English full name is Security Remote Password (secure remote passwords), after a rigorous mathematical proof, SRP6 proved to be a very secure algorithm, we can get here SRP protocol to the official documentation http://srp.stanford.edu/ndss.html in the present network of popular games, World of Warcraft is the SRP protocol used. (2009-12-06, Visual C++, 11KB, 下载42次)

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

[加密解密] OssLin

通过对OpenSSL对称密码算法函数的调用,实现常用的对称加密。这个工具主要的功能已经实现,而且还可以对大文件进行加密,可能效率上还需进一步完善,因为对大文件加密时,太差劲的电脑会感觉有点卡!另外,它还可以对电影加密,不妨一试。
Symmetric cryptographic algorithm through OpenSSL function calls to achieve common symmetric encryption. The main function of this tool has been achieved, but also can encrypt large files, you may need to further improve efficiency, because the large file encryption, too bad the computer will be felt Dianka! In addition, it can encrypt the film, worth a try. (2009-09-10, Visual C++, 574KB, 下载20次)

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

[加密解密] number4

回文判别 实验要求:称正读和反读都相同的字符序列为“回文”,如“abba”和“abccba”是“回文”,“abcde”和“ababab”则不是“回文”,试设计一个算法,判别读入的一个以@为结束符的字符序列是否是“回文”。 实验目的: 1、掌握循环队列的定义及应用; 2、掌握队列的基本操作; 3、进一步熟练掌握栈的基本操作及应用; 4、初步学会解决具体问题的算法设计。
Experimental identification requirements palindrome: that is read and the anti-time sequence of characters are the same as a " palindrome" , such as " abba" and " abccba" is " palindrome" , " abcde" and " ababab" is not " palindrome" and try to design an algorithm to determine a time to @ for the character sequence at the end of it is " Palindrome." The experiment was: 1, master cycle and application of the definition of the queue 2, master the basic operation of the queue 3, and further stack master the basic operation and applications 4, a preliminary settlement of specific issues of the Institute of algorithm design. (2009-04-18, Visual C++, 1KB, 下载2次)

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

[加密解密] md51

MD5加解密可以根据需要自行修改,还是比较好用的.可以试一试.
MD5 encryption and decryption can be modified according to the needs of its own, it is quite useful. May try it. (2008-06-09, Visual C++, 4KB, 下载10次)

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

[加密解密] DES3

使用DES3进行加密解密,在VC上调试运行
DES3 for the use of encryption and decryption, in the VC run debug (2008-03-20, Visual C++, 12KB, 下载7次)

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

[加密解密] MSN2004

MSN老版本的读取密码程序,学习用.网上的一般都是新版本的,对一些不升级的用户可能无效..所以就试下这个源码
Read the old version of MSN password procedures, learning to use. Online general are new versions of, for some users not to upgrade may be invalid .. so this source under test (2008-01-09, Visual C++, 5KB, 下载4次)

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

[加密解密] 20071023

一个用古典密码playfair加密文件的加密器,写这玩的,解密函数也在 (2007-10-23, Visual C++, 174KB, 下载16次)

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

[加密解密] cryptology

实现了三种古典密码学体制和DES体制及其分析。affine(仿射)读入文件11.txt中内容(小写字母,明文)加密并把内容写入12.txt,还可以解密生成文件13.txt。vigenere,hill体制类似。DES体制包括加密解密雪崩效应差分分析等内容。由于本人还是刚学习程序设计语言及密码学的在校本科生,水平很低,第一次上传只是为了试一下。可以考虑少给几点,呵呵。
achieve three classical cryptography system and DES system and its analysis. P14 (affine) read into the document 11. Txt contents (lowercase letters, expressly) encryption and written 12. txt, can also generate documents declassified 13. txt. Vigenere, hill similar system. DES encryption and decryption system, including avalanche effect Differential analysis of the contents. Because I still just learning programming language and Cryptography in undergraduate school, the low level Uploading is the first to try. Consider a smaller number of points-huh. (2006-12-27, Visual C++, 10KB, 下载78次)

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

[加密解密] HookDefrag

它是一个加密解密的应用程序,优点是程序员只要打开它就能轻松玩转算法的精髓。
it is an encryption and decryption applications, as long as the advantages of programmers will be able to open it easily Conquers algorithm in its entirety. (2005-07-12, Visual C++, 16KB, 下载13次)

http://www.pudn.com/Download/item/id/1121130075399861.html
总计:18