Ejemplo n.º 1
0
 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)
Ejemplo n.º 2
0
 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)
Ejemplo n.º 3
0
 def test_LM_hashed_password(self):
     # [MS-NLMP] page 72
     assert HexToByte("e5 2c ac 67 41 9a 9a 22 4a 3b 10 8f 3f a6 cb 6d"
                      ) == create_LM_hashed_password_v1(Password)
Ejemplo n.º 4
0
 def test_LM_hashed_password(self):
     # [MS-NLMP] page 72
     assert HexToByte("e5 2c ac 67 41 9a 9a 22 4a 3b 10 8f 3f a6 cb 6d") == create_LM_hashed_password_v1(Password)