[comp.protocols.kerberos] DES

hughes@logos.ucs.indiana.edu (larry hughes) (06/04/91)

I know this isn't specifically a Kerberos question but...

Does anyone know of a DES implementation for DOS, available with
source?  I've carved out the libdes portion of the Kerberos distribution
and have gotten it to compile with MSC, but (as I half-expected) the
"verify" program doesn't work correctly.  

Knowing very little about DES and the Kerberos source, my initial
guess is that many of the variables declared as "int" that are used
in the algorithm need to be declared as "long int" for DOS.

Thanks for any hints or leads on DES implementations...

 //=========================================================================\\
||       Larry J. Hughes, Jr.        ||          hughes@indiana.edu          ||
||        Indiana University         ||                                      ||
||   University Computing Services   ||   "The person who knows everything   ||
||    750 N. State Road 46 Bypass    ||      has a lot to learn."            ||
||      Bloomington, IN  47405       ||                                      ||
||         (812) 855-9255            ||   Disclaimer: Same as my quote...    ||
 \\==========================================================================//