搜索资源列表
des_hy
- des算法,这个代码实现des的算法,想学学des如何加密和解密可以参考参考-des algorithm, the source implementation of the des algorithm to learn how des encryption and decryption can information.
Cry-des
- 用JAVA编写的用密码学中des算法加密解密文件的程序-prepared with Java Cryptography with the des encryption algorithm declassified document procedures
dessf
- 大名鼎鼎的des加密算法已经广为人知了,广大程序员们用各种语言来实现他,今天这里出现的就是用vb实现的加密解密过程。-famous des encryption algorithm is well known, the majority of programmers in various languages to realize his, today here is to use vb achieve the encryption and decryption process.
des算法
- 当今社会是信息化的社会。为了适应社会对计算机数据安全保密越来越高的要求,美国国家标准局(NBS)于1997年公布了一个由IBM公司研制的一种加密算法,并且确定为非机要部门使用的数据加密标准,简称des(Data Encrypton Standard)。自公布之日起,des算法作为国际上商用保密通信和计算机通信的最常用算法,一直活跃在国际保密通信的舞台上,扮演了十分突出的角色。现将des算法简单介绍一下,并给出实现des算法的VC源代码。 des算法由加密、解密和子密钥的生成三部分组成。-s
des
- 利用C语言程序实现des加密算法的加密解密功能。能够实现56位或56*n密钥的des算法,可以通过该程序提供的接口进行数据的加密,保证数据在传送过程的安全性
des加密解密
- des加密解密 C#
des
- 实现des算法,能给明文加密、解密等-Achieve des algorithm, to give explicit encryption, decryption and so on! ! !
des
- 能实现基本的加密和解密功能 很适合C++初学者学习des加密-To achieve the basic encryption and decryption functions are suitable for beginners to learn C++ des encryption
des3
- 使用C编写des、desX、des3加密算法,以及演示如何在Delphi中调用C编写的加密解密算法。-Written using C des, desX, des3 encryption algorithms, and demonstrates how to call C written in Delphi encryption and decryption algorithms....
des
- 基于matlab des算法 加密 解密 密钥-Algorithm based on encryption and decryption key matlab des
des
- 用matlab实现des 源程序 实现加密解密-matlab des
des
- des加密算法和解密算法的源程序,结构清晰,很好-des encryption algorithm and decryption algorithm source code, structure, clarity, good
des算法程序Matlab
- des工作的基本原理是,其入口参数有三个:key、data。 key为加密解密使用的密钥,data为加密解密的数据。实际运用中,密钥只用到了64位中的56位,这样才具有高的安全性。
des
- des算法的入口参数有三个:Key、Data、Mode。其中Key为8个字节共64位,是des算法的工作密钥;Data也为8个字节64位,是要被加密或被解密的数据;Mode为des的工作方式,有两种:加密或解密-The entry of the des algorithm has three parameters: the Key, the Data and Mode.One Key to 8 bytes, a total of 64, is the job of the des algorit
RSAdes
- des和RSA混合加密des密码体制主要由3方面组成:密钥生成、加密函数以及解密函数。该算法在VC6.0的平台下以C++来实现。子函数说明- Void SetKey(const char* Key, int len) { Memset(deskey,0,16) Memcpy(deskey,key,len>16?16:len) SetSubKey(&SubKey[0],&deskey[0]) Is3des = len
des
- 实现des加密算法的加密解密功能,能够实现56位或56*3密钥的des算法,可以通过该程序提供的接口,进行数据的加密,保证数据在传送过程的安全性。-The realization of des encryption algorithm for encryption and decryption functions, can realize the algorithm of des 56 or 56*3 key, can be provided through the program interf
des-algrithm-demo
- 该程序实现des加密算法的加密解密功能,可作为des编程的参考。-It shows the function of des.
SingleKey
- des 对称加密源码实例,加密算法可以是des,desede,Blowfish等,选择des算法,密钥长度必须为56位,用密钥加密明文(message),生成密文(cipherText),操作模式为加密(Cipher.ENCRYPT_MODE),key为密钥,用密钥加密明文(plainText),生成密文(cipherByte),操作模式为解密,key为密钥-des symmetric encryption source code examples
MACTestTool
- 标准的des加密和解密算法,实现ANSI-X99MAC算法和PBOC3des算法。他们都是用des算法再经过一层算法实现的。-Standard des encryption and decryption algorithms, to achieve ANSI-X99MAC algorithm and PBOC3des algorithm. They are using des algorithm and then through a layer of algorithm implementati
decode_encode
- 使用Python实现des加解密,并与MD5和异或运算(Python implementation of des encryption and decryption)