文件名称:DES
下载
别用迅雷、360浏览器下载。
如迅雷强制弹出,可右键点击选“另存为”。
失败请重下,重下不扣分。
如迅雷强制弹出,可右键点击选“另存为”。
失败请重下,重下不扣分。
介绍说明--下载内容均来自于网络,请自行研究使用
这个类实现了DES算法,如果你的数据块data的大小sizeof(data)是8的倍数
的话,可以使用函数DES::encrypt(key,data,sizeof(data)/8)来进行加密,
用DES::decrypt(key,data,sizeof(data)/8)来进行解密。
如果数据块的大小是随意的,那么可以使用函数DES::yencrypt()和
DES::ydecrypt()来进行加解密。
这个模块的面向对象的设计不是很好,与其说是一个类,不如说是一个模块
的函数集合。-This class implements the DES algorithm, data if your data block size of sizeof (data) is a multiple of 8, you can use the function DES:: encrypt (key, data, sizeof (data)/8) to be encrypted, using DES :: decrypt (key, data, sizeof (data)/8) to be decrypted. If the data block size is arbitrary, then you can use the function DES:: yencrypt () and DES:: ydecrypt () to carry out encryption and decryption. This module is object-oriented design is not good, not so much a class as it is a function of a module set.
的话,可以使用函数DES::encrypt(key,data,sizeof(data)/8)来进行加密,
用DES::decrypt(key,data,sizeof(data)/8)来进行解密。
如果数据块的大小是随意的,那么可以使用函数DES::yencrypt()和
DES::ydecrypt()来进行加解密。
这个模块的面向对象的设计不是很好,与其说是一个类,不如说是一个模块
的函数集合。-This class implements the DES algorithm, data if your data block size of sizeof (data) is a multiple of 8, you can use the function DES:: encrypt (key, data, sizeof (data)/8) to be encrypted, using DES :: decrypt (key, data, sizeof (data)/8) to be decrypted. If the data block size is arbitrary, then you can use the function DES:: yencrypt () and DES:: ydecrypt () to carry out encryption and decryption. This module is object-oriented design is not good, not so much a class as it is a function of a module set.
相关搜索: KEY
(系统自动生成,下载前可以参看下载内容)
下载文件列表
DES.txt