搜索资源列表
des
- des加密源代码,非对称加密技术能够有效的提高破解难度,数学算法难度
DES
- Des算法是一种标准的对称加密算法,其精华就是明文经过一系列的复杂变化后,一般在不知密码的情况下要把它的恢复很难。 算法可以由四个部分描述: 1.获取16个子密钥 2.初始置换置换函数ip 3.加密函数f 4.末置换函数
des
- 对称加密算法des实现,c程序编写,在visual c++下运行。-Symmetric encryption algorithm des achieve, c programming in visual c++ run.
SafeTrans
- 使用RSA和DES两种算法为基础,设计实现了一个简单的网络传输模型。 模型里有两个类,Server和Client,Server端要将自己的公钥发给Client,然后Client将自己的DES密钥通过RSA加密发给Server 端。之后双方可以通过DES对称加密进行通信。 -The use of RSA and DES is based on two algorithms, Design and Implementation of a simple model of network trans
des
- 抄书本的DES对称加密算法,对算法的结构性实现有很大帮助。-The抄书the DES symmetric encryption algorithm, the realization of the structural algorithm of great help.
DES
- 通过c#来实现对称加密算法DES算法,用于网络安全-the realization of DES algorithm
DES
- 今天我们学习了des对称加密算法这是一个des算法的C++实现-This is a des !
des
- des 算法 用c语言写的 通俗易懂 能让初涉密码学领域的初学者 能对对称加密体制 有所了解-des
des
- des对称密钥算法加密解密部分函数,可以方便调用-it is the code about DES.
MyDes
- 用vs2005 MFC框架,c++语言实现的DES对称加密算法,该算法实现简洁,效率高-the implementation of DES
DES
- des加密算法是对称加密算法,但它的安全性在现实中是足够高的-des encryption algorithm is a symmetric encryption algorithm, but in reality security is high enough
DES
- 数据加密标准DES 数据加密算法(Data Encryption Algorithm,DEA)的数据加密标准(Data Encryption Standard,DES)是规范的描述,它出自IBM 的研究工作,并在 1977 年被美国政府正式采纳。它是一种对称加密算法,很可能是使用最广泛的密钥系统,特别是在保护金融数据的安全中,最初开发的 DES 是嵌入硬 件中的。通常,自动取款机(Automated Teller Machine,ATM)都使用 DES。-ES Data Enc
DES
- 采用DES对称加密算法对文件进行加密或解密,具有图形界面-DES symmetric encryption algorithm used to encrypt or decrypt files, with a graphical interface
DES
- 运用JAVA语言,利用DES对称加密算法实现了对文本进行加密解密。-The use of JAVA language, the use of DES symmetric encryption algorithm for encryption and decryption of the text.
DesSecurity
- C# DES 对称加密,通过向量和密钥控制加密内容,可加密,解密-C# DES symmetric encryption, and key vector control through the encrypted content can be encrypted and decrypted
DES
- 设计DES对称加密算法,利用它对简单的密码序列进行对称加密-The design of DES symmetric encryption algorithm, using its simple password sequence for symmetric encryption
DES
- DES对称加密算法Java语言实现,利用Java的加密方面的类包,实现DES对文本的加密以及解密。-DES symmetric encryption algorithm implemented in Java, use Java encryption class package, achieve DES encryption and decryption of text.
DES_RSA_MD5加密解密
- 实现对称加密解密技术DES,非对称加密解密技术RSA,MD5(To achieve symmetric encryption and decryption technology DES, asymmetric encryption and decryption technology RSA,and MD5.)
4
- 运用RSA公钥加密和DES对称加密,实现TCP聊天程序的加密(Using RSA public key encryption and DES symmetric encryption to realize the encryption of TCP chat program)
DES
- 使用C语言实现DES加密解密算法的实现,其中的文件是正确加密范例 讲解网页(Using C language to achieve DES encryption and decryption algorithm, the file is the correct encryption example. Explaining web pages: https://www.cnblogs.com/lixiaoxu/articles/7736917.html)