Description: 3des 算法 Richard Outerbridge 本人写的一个不错的版本,有测试的例子也是他本人写的。在RED HAT LINUX 9 测试通过-3DES algorithm Richard Outerbridge I write a good version of a test example is written in his own. RED HAT LINUX 9 in test Platform: |
Size: 21504 |
Author:liuqinliang |
Hits:
Description: A Triple-DES implementation written in C by Richard Outerbridge. Copyrighted but can be freely used.-A Triple-DES implementation written in C by Richard Outerbridge. Copyrighted but can be freely used. Platform: |
Size: 6144 |
Author:KennyB |
Hits:
Description: des算法+代码
// des.cpp - modified by Wei Dai from:
/*
* This is a major rewrite of my old public domain DES code written
* circa 1987, which in turn borrowed heavily from Jim Gillogly s 1977
* public domain code. I pretty much kept my key scheduling code, but
* the actual encrypt/decrypt routines are taken from from Richard
* Outerbridge s DES code as printed in Schneier s "Applied Cryptography."
*
* This code is in the public domain. I would appreciate bug reports and
* enhancements.
*
* Phil Karn KA9Q, karn@unix.ka9q.ampr.org, August 1994.
*/-// des.cpp- modified by Wei Dai from:
/*
* This is a major rewrite of my old public domain DES code written
* circa 1987, which in turn borrowed heavily from Jim Gillogly s 1977
* public domain code. I pretty much kept my key scheduling code, but
* the actual encrypt/decrypt routines are taken from from Richard
* Outerbridge s DES code as printed in Schneier s "Applied Cryptography."
*
* This code is in the public domain. I would appreciate bug reports and
* enhancements.
*
* Phil Karn KA9Q, karn@unix.ka9q.ampr.org, August 1994.
*/ Platform: |
Size: 19456 |
Author:模糊 |
Hits: