搜索资源列表
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
tuoyuanquxianjiami
- 椭圆曲线加密算法,看是否能构成椭圆,找到对称点等-Elliptic curve encryption algorithm to see if it can constitute an oval, find symmetry and so on
des算法
- DES算法为密码体制中的对称密码体制,又被称为美国数据加密标准。DES是一个分组加密算法,典型的DES以64位为分组对数据加密,加密和解密用的是同一个算法。密钥长64位,密钥事实上是56位参与DES运算(第8、16、24、32、40、48、56、64位是校验位,使得每个密钥都有奇数个1),分组后的明文组和56位的密钥按位替代或交换的方法形成密文组。