search for: des_hash

Displaying 2 results from an estimated 2 matches for "des_hash".

2004 Aug 30
0
[PATCH] NTLM fixes
...-{ - deshash(response, hash, challenge); - deshash(response + 8, hash + 7, challenge); - deshash(response + 16, hash + 14, challenge); -} - const unsigned char * lm_hash(const char *passwd, unsigned char hash[LM_HASH_SIZE]) { @@ -112,7 +102,11 @@ ntlmssp_v1_response(const unsigned char memset(des_hash + NTLMSSP_HASH_SIZE, 0, sizeof(des_hash) - NTLMSSP_HASH_SIZE); - ntlmssp_des_encrypt_triad(des_hash, challenge, response); + deshash(response, des_hash, challenge); + deshash(response + 8, des_hash + 7, challenge); + deshash(response + 16, des_hash + 14, challenge); + + safe_memset(des_h...
2004 Jul 27
3
[PATCH 0/10] NTLM patchset submission
Hello all, as I promised some days ago here is NTLM (aka SPA, aka MSN) authentication support patchset. It contains common code in src/lib-ntlm directory, Samba compatible NTLM password scheme and authentication mechanism itself. All patches are against 1.0-test30. Please take a look. Best regards. -- Andrey Panin | Linux and UNIX system administrator pazke at donpac.ru | PGP key: