Implemented encryption algorithm used for a number of RPC buffers.
authorMatthew Chapman <matty@samba.org>
Fri, 19 Mar 1999 15:09:25 +0000 (15:09 +0000)
committerMatthew Chapman <matty@samba.org>
Fri, 19 Mar 1999 15:09:25 +0000 (15:09 +0000)
commitf09388fa6f41a13ca035b5b2ff40be804608f619
tree70a10cf18a03d5ee52cffdd217445e8b50e19ecd
parent534fe319d9de8da2ed7e911dbba3c7df08193efa
Implemented encryption algorithm used for a number of RPC buffers.
(actually, decryption only currently because I need to get some sleep).

Basically another Microsoft twist on DES; the "master key" is the user's
NT hash MD4'd and subsets of this are chosen as the 56-bit DES keys.
source/include/proto.h
source/include/rpc_lsa.h
source/libsmb/smbdes.c
source/libsmb/smbencrypt.c