- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for getNTLM2Response (0.3 sec)
-
src/test/java/jcifs/smb1/smb1/NtlmPasswordAuthenticationTest.java
} // Test getNTLM2Response @Test void testGetNTLM2Response() { byte[] nTOWFv1 = NtlmPasswordAuthentication.nTOWFv1("password"); byte[] serverChallenge = { 1, 2, 3, 4, 5, 6, 7, 8 }; byte[] clientChallenge = { 9, 10, 11, 12, 13, 14, 15, 16 }; byte[] response = NtlmPasswordAuthentication.getNTLM2Response(nTOWFv1, serverChallenge, clientChallenge);
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Thu Aug 14 05:31:44 UTC 2025 - 9.7K bytes - Viewed (0)