summaryrefslogtreecommitdiffstats
path: root/src/lib/crypto/des/d3_str2ky.c
Commit message (Expand)AuthorAgeFilesLines
* pull up 3des implementation from the marc-3des branchMarc Horowitz1998-10-301-137/+0
* Replace des3-md5 with des3-shaRichard Basch1996-05-101-1/+1
* Added support for ENCTYPE_DES3_CBC_RAW (gssapi)Richard Basch1996-03-291-1/+2
* Fix Windows lint flames. (16bit vs. 32bit issues)Theodore Tso1996-03-211-4/+4
* * d3_str2ky.c: Updated to include some of the randomness throughoutRichard Basch1995-12-121-7/+3
* * d3_str2ky.c: Revised 3-DES String-To-Key algorithm to encrypt theRichard Basch1995-12-121-1/+8
* Fixed the description of the algorithm in the commentRichard Basch1995-12-021-2/+1
* XOR the last byte of weak keys with 0xf0, according to specRichard Basch1995-12-021-2/+2
* Corrected algorithm description at beginning.Richard Basch1995-12-011-16/+26
* Make sure that each DES key is strong. If not, xor first byte with 0xf0Richard Basch1995-11-281-2/+8
* Triple-DES support routinesRichard Basch1995-11-281-0/+118