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

[加密解密] DES

DES、3DES加密解密算法,标准C编程,适合所有平台。测试程序为VS2010。运算Des\Debug\Des.exe文件,代码文件为Des-Code.cpp和Des_head.h
DES, 3DES encryption and decryption algorithm, standard C programming, suitable for all platforms. The test program is VS2010. Operation Des\Debug\Des.exe, the code files are Des-Code.cpp and Des_head.h (2018-03-20, Visual C++, 865KB, 下载5次)

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

[加密解密] DlgDemo

MAC 计算工具代码,实现对称密钥 MAC的计算和实现,对目前的MAC计算的所有的算法都是支持的。也有界面编程
MAC calculation tool code to achieve the symmetric key MAC calculation and implementation of the current MAC calculation of all the algorithms are supported. There are interface programming (2017-01-22, Visual C++, 3694KB, 下载1次)

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

[加密解密] MFC_Ceasar

这是一个用MFC带界面编程的关于ceasar凯撒加密算法K密钥的实现,其中有字符串加密功能和文件加密功能。初学者值得看看
this is a MFC code based on C++ about the Ceasar algorithm, including two aspects:encryption of string and encryption of file. (2016-09-24, Visual C++, 15823KB, 下载2次)

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

[加密解密] character

字符加密程序,通过一定的运算方式,半字节转换实现简单的加密。此段C语言程序基于VS2010的编程环境,为简单理解加密算法而编写的练习程序。
The character encryption program, through a certain way, half byte conversion to achieve a simple encryption. The C language program based on the VS2010 programming environment, for a simple understanding of encryption algorithm and the preparation of the exercise program. (2015-11-17, Visual C++, 301KB, 下载1次)

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

[加密解密] SHA1

通过编程实现杂凑函数SHA-1,对该算法的设计有较好的认识。比较MD5和SHA-1算法的特点,体会SHA-1比MD5的复杂之处。
By programming the hash function SHA-1, the algorithm has a better understanding of the design. Feature Comparison MD5 and SHA-1 algorithm, SHA-1 complex experience than MD5' s place. (2015-04-06, Visual C++, 126KB, 下载1次)

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

[加密解密] MFC

加密狗加密程序,MFC下加密编程,结合API函数加强加密等级,保护程序不被破解。
Dongle encryption program, MFC programming under encryption, combined with API functions to enhance the level of encryption to protect the program is not to be cracked. (2013-08-23, Visual C++, 55KB, 下载42次)

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

[加密解密] RSA

以RSA算法为例了解非对称密码算法,编程实现RSA算法的的加密和解密过程,加深对非对称密码算法的认识
RSA algorithm as an example to understand the asymmetric cryptographic algorithms, programming RSA algorithm for encryption and decryption process, deepen their understanding of asymmetric cryptographic algorithm (2013-06-16, Visual C++, 969KB, 下载5次)

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

[加密解密] NET-framework

该代码是关于在NET框架下密码算法的实现。密码的设置是保护自己的文件,如何编程呢?该算法就帮助你来实现。
The code is the realization of cryptographic algorithms NET framework. The password setting is to protect their own files, and how to program it? The algorithm to help you to achieve. (2013-03-02, Visual C++, 402KB, 下载2次)

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

[加密解密] RSA-

本程序实现网络安全通信中的消息数字签名及认证,同时对通信消息进行RSA加密。程序可自主设定加密密钥及各种参数!对密码编程者很有帮助!
The program s secure communications network a message digital signatures and authentication, and RSA encryption of communication messages. Encryption program can be set independently Key and a variety of parameters! Programmers for password helpful! (2011-12-27, Visual C++, 1872KB, 下载17次)

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

[加密解密] DH-Key-Exchange

通过本程序 你可以更好的理解Diffie-Hellman 密钥交换算法 当然也能将该程序应用到网络安全的编程当中去
Through this program you can better understand the Diffie-Hellman key exchange algorithm is of course the program can also be applied to network security, programming them to (2011-05-09, Visual C++, 282KB, 下载53次)

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

[加密解密] UDISKDOG

U盘加密狗类,对主要程序实加密,保证编程者的合法权益
U disk dongle class implementation of key encryption process to guarantee the legitimate rights and interests of the programmer (2010-10-01, Visual C++, 36KB, 下载44次)

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

[加密解密] DES

简单的DES算法,自己课后作业自己编程的。1.txt作为需要加密的程序,2.txt放加密结果,3.txt放解密结果,支持8位密钥。
DES algorithm is simple, its own programming homework. 1.txt encryption program as needed, 2.txt put encryption results, 3.txt put decryption results to support the 8-bit key. (2010-06-18, Visual C++, 4KB, 下载8次)

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

[加密解密] trivium

流密码算法trivium的设计手册和C源代码,包含了流密码的设计原则和安全性分析。
Stream cipher trivium design manual and C source code contains a stream cipher design principles and security analysis. (2009-11-18, Visual C++, 84KB, 下载88次)

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

[加密解密] dessuanfa

一个基于WIN32控制台的简单的DES算法,内容尽量简单易懂,注释详尽,希望对初次接触加密编程的人有所帮助!
WIN32 console based on the DES algorithm for a simple, easy-to-understand content as simple as possible, detailed notes, in the hope that the initial contact with the people encryption programming help! (2009-05-08, Visual C++, 138KB, 下载15次)

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

[加密解密] DES

一个实现DES加解密算法的小程序,编程实现DES算法的加密过程、脱密过程和16个内部密钥生成过程
An implementation of DES encryption and decryption algorithm applet, programming encryption algorithm DES implementation process, from secret process and the 16 internal key generation process (2009-03-08, Visual C++, 120KB, 下载27次)

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

[加密解密] DES

是des加密算法,在控制台下的代码,代码完全是最简单的算法,适合移植,可以作为其他程序加密的一部分,简化你的编程步骤
Des encryption algorithm is, in the console under the code, the code completely is the most simple algorithm, suitable for transplant can be encrypted as part of other procedures, simplify your programming steps (2008-05-20, Visual C++, 13KB, 下载45次)

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

[加密解密] DES

用C语言编程实现DES(数据加密标准)的完整功能,包括短块处理和对S盒的测试实验。
With C language programming DES (Data Encryption Standard) of the complete functionality, including a short block processing and testing of the S-box experiment. (2008-04-26, Visual C++, 257KB, 下载74次)

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

[加密解密] yjfsgjoy

目录邮件发送高级编程是一个高级的邮件发动程序,能够设定smtp的验证,同时也能够发送附件,还能够设定各种编码以及数据加密。
Advanced Programming is a senior mail launch procedures to set smtp test also sent to the annex, but also can set all kinds of coding and data encryption. (2006-10-25, Visual C++, 45KB, 下载4次)

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

[加密解密] AsimpletoolforDES

这是我在学习Visual C++过程中做过的一个程序,可以作为大家学习Visual c++编程能力学习的参考,相信对读者会有所启发.
This is my learning Visual C conducted in the course of a procedure, As we can learn Visual Programming c learning ability of reference, I believe the readers will be inspired. (2006-08-20, Visual C++, 269KB, 下载5次)

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

[加密解密] 文件加密源代码

对文件加密的代码,对初学文件保密的有一定的帮助 此乃MFC编程
To the document encryption code, to begins studies the file security to have certain help this is MFC programs (2005-09-28, Visual C++, 140KB, 下载165次)

http://www.pudn.com/Download/item/id/115715.html
总计:213