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

[加密解密] El-Gamal-and-RSA-scheme-with-Socket-Programming

该程序包含套接字编程,其中客户端和服务器之间的通信通过El-...
This program contains socket programming where communication between client and server is end-to-end encrypted by El-Gamal public-key encryption scheme. (2022-03-03, Jupyter Notebook, 16KB, 下载0次)

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

[加密解密] java-programming-arrays-lists-structured-data

来自Coursera和杜克大学:基于您在“Java编程:解决...
From Coursera and Duke University: Build on the software engineering skills you learned in “Java Programming: Solving Problems with Software” by learning new data structures. Use these data structures to build more complex programs that use Java’s object-oriented features. At the end of the course you will write an encryption program and a (2022-03-25, Java, 8859KB, 下载0次)

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

[加密解密] Enforcing-Privacy-with-Cryptography

C如何编程书:互联网通信和数据存储在联网计算机上的爆炸式增长...
C How to Program book : The explosive growth of Internet communications and data storage on Internet-connected computers has greatly increased privacy concerns. The field of cryptography is concerned with coding data to make it difficult (and hopefully—with the most advanced schemes—impossible) for unauthorized users to read. In this exercise (2020-11-24, C, 43KB, 下载0次)

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

[加密解密] CryptographywithTCP-IP

这个存储库是关于在套接字编程的帮助下将安全数据从一台计算机转移到另一台计算机...
This repository is about transferring the secure data from one computer to another with the help of socket programming using client-server architecture. The data will be secured by implementing RSA(cryptography) Algorithm. For simplicity only 64-bit security is used unlike real implementation which uses 128-bit to 256-bit security(used by banks,... (2022-03-31, C, 10KB, 下载0次)

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

[加密解密] Vutils

Vutils或Vic实用程序是一个用现代C++和现代C++编写的实用程序库。它有助于你的编程...
Vutils or Vic Utilities is an utility library written in Modern C++ and for Modern C++. It helps your programming go easier, faster, and simpler. (2022-12-08, C++, 4773KB, 下载0次)

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

[加密解密] 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

[加密解密] UDP

本实验为编程实现 UDP 协议下使用 RSA 算法对信息的加密解密,用于两端之间的通讯 功能,开发平台为 win8.1, 开发环境 Eclipse, 开发语言 Java。
This experiment under the UDP protocol for programming using the RSA algorithm for encryption and decryption of information, for communication between the two ends of Function development platform is win8.1, the Eclipse development environment, programming language Java. (2016-07-07, Java, 52KB, 下载4次)

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

[加密解密] the-longest-palindrome-substring

对于给定的一个字符串,求出其中最长的回文子串。其中子串的含义是:在原串中连续出现的字符串片段。本算法采用C++编程,一定是你不错的选择!
For a given string,we should find the longest palindrome substring. Which means that the substring: string fragment in the original string of consecutive. The algorithm uses the C++ programming, it must be your good choice! (2015-04-15, Visual C++, 1KB, 下载1次)

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

[加密解密] WHEncrypt

网狐32位MD5加密和20位异或加密解密: 1.不依赖于Window平台库的C++库源代码; 2.针对Windows平台跨语言编程的VC6编译的标准DLL。
Fox 32 MD5 encryption and 20 XOR encryption and decryption: 1 does not depend on the Window platform library C++ library source code 2 for the Windows platform becomes VC6 compiler cross-language standard DLL. (2013-07-13, Visual C++, 1095KB, 下载21次)

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

[加密解密] md5

 MD5即Message-Digest Algorithm 5(信息-摘要算法 5),用于确保信息传输完整一致。是计算机广泛使用的杂凑算法之一(又译摘要算法、哈希算法),主流编程语言普遍已有MD5实现。
The MD5 Message-Digest Algorithm 5 (Information- Digest algorithm 5) is used to ensure complete and consistent information transmission. Is one of the computer widely used hash algorithm (also translated digest algorithm, hash algorithm), mainstream programming languages ​ ​ have generally MD5 implementation. (2012-06-04, Visual C++, 4KB, 下载4次)

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

[加密解密] RC6_WinForm

对称加解密算法RC6的C#实现__源码: 本程序完善了朱明海先生在《电脑编程技巧与维护》2008年第8期<对称加解密算法RC6的C#实现>解密程序,其源码直接可进行曲128位-192位-256位加密解密,请放心使用! 本程序在C#_winForm下通过测试!
对称加解密算法RC6的C#实现__源码,在winForm下测试成功 (2010-11-29, C#, 49KB, 下载19次)

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

[加密解密] myrsa

公钥密码RSA ① 通过实际编程掌握非对称密码算法RSA的加密和解密以及快速加、解密过程,加深对非对称密码算法的认识。 ② 实现对RSA的解密密钥攻击。
Public-Key Cryptography RSA ① through practical programming in non-asymmetric cryptographic algorithm RSA encryption and decryption as well as rapid encryption and decryption process, to deepen understanding of asymmetric cryptographic algorithm. ② realize RSA decryption key attack. (2010-03-26, Visual C++, 37KB, 下载13次)

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

DES编程实现,GUI界面。包含3部分,1.文件夹DES_GUI:原代码;2.DES_GUI.exe:可独立运行的release版本程序;3.设计文档,对设计思路,实现过程进行详细的介绍。
DES programming, GUI interfaces. Contains three parts, 1. Folder DES_GUI: source code 2.DES_GUI.exe: can be run independently of the release version of the program 3. Design documents, design ideas, implementation process in detail. (2010-02-03, Visual C++, 757KB, 下载17次)

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

[加密解密] LicenseSignAndVerify

safenet加密编程Demo,圣天狗是加密狗的极品,安全性非常高,合理的利用他的加密算法和工具会大大提高加密的强度
SafeNet encryption programming Demo, Sentinel is the best dongle, security is very high, a reasonable use of his encryption algorithm and tools will greatly enhance the strength of encryption (2008-11-09, Visual C++, 144KB, 下载92次)

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

[加密解密] LILI-II

无线通信系统中密钥流生成器——LILI-II。以VC++为编程工具,制作了操作简单,实用性较强的用户操作界面,并对Fibonacci 结构、Galois结构两种方式的LFSR
Wireless Communication System Key flow generator-- LILI-II. A VC++ programming tools, has produced a simple, practical, strong user interface, also Fibonacci structure, Galois structure of the two methods LFSR (2006-02-20, Visual C++, 1933KB, 下载208次)

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

[加密解密] Key_src

编程中获得会话密钥匙非常重要的 MSDN 展示了一种使用私钥的方法。 但是微软的这个在MSDN中例子相当的长。 本文下面介绍的这个方法不仅更快而且更有效
Programming cryptographic key conversation was very important MSDN demonstrated a method of using the private key. But in Microsoft's MSDN examples longer. Presented below is the method not only faster and more effectively (2005-11-15, Visual C++, 26KB, 下载10次)

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