def test_response_to_NT_hashed_password(self): assert HexToByte("67 c4 30 11 f3 02 98 a2 ad 35 ec e6 4f 16 33 1c 44 bd be d9 27 84 1f 94") == \ calc_resp(create_NT_hashed_password_v1(Password), ServerChallenge)
def test_response_to_LM_hashed_password(self): assert HexToByte("98 de f7 b8 7f 88 aa 5d af e2 df 77 96 88 a1 72 de f1 1c 7d 5c cd ef 13") == \ calc_resp(create_LM_hashed_password_v1(Password), ServerChallenge)