搜索资源列表
CipherTool
- 基于libcrypt库的密码库,提供8种分组算法与4种摘要算法的Hex实现,可以进行加解密的验证。-Libcrypt library based on the password database, available in 8 grouping algorithm with four Hex digest algorithm implementation, the encryption and decryption can be verified.
DES
- DES工作的基本原理是,其入口参数有三个:key、data、mode。 key为加密解密使用的密钥,data为加密解密的数据,mode为其工作模式。当模式为加密模式时,明文按照64位进行分组,形成明文组,key用于对数据加密,当模式为解密模式时,key用于对数据解密。实际运用中,密钥只用到了64位中的56位,这样才具有高的安全性。 -The basic principle of DES is that its entrance there are three parameters: key,
DES
- 数据加密标准(DES)密码算法,是一种分组密码算法,本程序采用该算法实现键盘输入字符的加解密。-Data Encryption Standard (DES) encrypt algorithm is a grouping encryption algorithm. This program can realize encryption and decryption on characters input from keyboard.
SMS4-Cryptography
- 本算法是一个分组算法。该算法的分组长度为128比特,密钥长度为128比特。加密算法与密钥扩展算法都采用32轮非线性迭代结构。-This algorithm is a grouping algorithm. The algorithm s block length is 128 bits, 128 bit key length. Encryption algorithm and key expansion algorithm are used 32 non-linear iterative str
sms4-01[1].tar
- 本算法是一个分组算法,该算法的分组长度为128比特,密钥长度为128比特。加密和密钥扩展均为32轮非线性迭代结构。-This algorithm is a grouping algorithm that packet length is 128 bits key length of 128 bits. Encryption and key expansion are 32 nonlinear iteration structure.
DES
- DES算法为密码体制中的对称密码体制,又被成为美国数据加密标准,是1972年美国IBM公司研制的对称密码体制加密算法。 明文按64位进行分组, 密钥长64位,密钥事实上是56位参与DES运算(第8、16、24、32、40、48、56、64位是校验位, 使得每个密钥都有奇数个1)分组后的明文组和56位的密钥按位替代或交换的方法形成密文组的加密方法。 -DES algorithm for the key system of symmetrical cipher system, also know
DES-Encryption
- 一个简单的DES加密算法,有多种分组方法,实现MFC界面的操作平台,简单易懂,注释详细,便于修改。适合初学者。-A simple DES encryption algorithm, a variety of grouping methods, the MFC interface platform, easy-to-understand, detailed annotations, easy to modify. Suitable for beginners.
DES-ECB
- DES 工作的基本原理是,其入口参数有三个:key、data、mode。 key为加密解密使用的密钥,data为加密解密的数据,mode为其工作模式.当模式为加密模式时,明文按照64位进行分组,形成明文组,key用于对数据加密,当模式为解密模式时,key用于对数据解密.DES的过程是:加密前,先将明文分成64位的分组,然后将64位二进制码输入到密码器中.密码器对输入的64位码首先进行初始置换,然后在64位主密钥产生的16个子密钥控制下进行16轮乘积变换,接着再进行末置换,即可得到64位已加密的密
sms4-01
- 一种常用的加密算法sms4,适用于无线局域网的分组算法-A common encryption algorithm SMS4 grouping algorithm applicable to the wireless LAN
fenzu
- 自行设计的一个分组算法,包含加密解密算法,C语言环境下设计-To design a grouping algorithm contains the encryption algorithm, C language environment design
DES加密与解密
- des加密算法的实现,DES算法为密码体制中的对称密码体制,又被成为美国数据加密标准,是1972年美国IBM公司研制的对称密码体制加密算法。其密钥长度为56位,明文按64位进行分组,将分组后的明文组和56位的密钥按位替代或交换的方法形成密文组的加密方法。DES加密算法特点:分组比较短、密钥太短、密码生命周期短、运算速度较慢。(The symmetric cryptosystem in the DES algorithm for the password system, has been beca