搜索资源列表
des
- des加密源代码,非对称加密技术能够有效的提高破解难度,数学算法难度
DES
- Des算法是一种标准的对称加密算法,其精华就是明文经过一系列的复杂变化后,一般在不知密码的情况下要把它的恢复很难。 算法可以由四个部分描述: 1.获取16个子密钥 2.初始置换置换函数ip 3.加密函数f 4.末置换函数
java加密技术
- java加密技术:除了DES,我们还知道有DESede(TripleDES,就是3DES)、AES、Blowfish、RC2、RC4(ARCFOUR)等多种对称加密方式,其实现方式大同小异,这里介绍对称加密的另一个算法——PBE-java encryption technology: In addition to DES, we also know DESede (TripleDES, that is, 3DES), AES, Blowfish, RC2, RC4 (ARCFOUR) and o
AES_DES_Workmode.rar
- 对称/分组密码一般分为流加密(如OFB、CFB等)和块加密(如ECB、CBC等)。对于流加密,需要将分组密码转化为流模式工作。对于块加密(或称分组加密),如果要加密超过块大小的数据,就需要涉及填充和链加密模式,文中提到的ECB和CBC等就是指链加密模式。 本文将要介绍了AES对称加密/分组加密/流密码及其ECB、CBC、CFB、OFB和CTR五种对称加密模式。,Symmetric/block ciphers are generally divided into stream encryption
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 !
RSADES
- 使用RSA和DES两种算法为基础,设计实现了一个简单的网络传输模型。模型里有两个类,Server和Client,Server端要将自己的公钥发给Client,然后Client将自己的DES密钥通过RSA加密发给Server 端。之后双方可以通过DES对称加密进行通信。-Two algorithms using the RSA and the DES, based on designs and implements a simple model of network transmission. M
des
- des 算法 用c语言写的 通俗易懂 能让初涉密码学领域的初学者 能对对称加密体制 有所了解-des
des
- des对称密钥算法加密解密部分函数,可以方便调用-it is the code about DES.
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)