文件名称:DES
-
所属分类:
- 标签属性:
- 上传时间:2012-11-16
-
文件大小:4.17kb
-
已下载:0次
-
提 供 者:
-
相关连接:无下载说明:别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容来自于网络,使用问题请自行百度
这个类实现了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
本网站为编程资源及源代码搜集、介绍的搜索网站,版权归原作者所有! 粤ICP备11031372号
1999-2046 搜珍网 All Rights Reserved.