- Sort Score
- Result 10 results
- Languages All
Results 1 - 2 of 2 for wmv2 (0.01 sec)
-
src/main/java/jcifs/smb/NtlmUtil.java
Encdec.enc_uint32le(0x00000000, temp, 28 + avPairsLength); // mystery bytes! return NtlmUtil.computeResponse(responseKeyNT, serverChallenge, temp, 0, temp.length); } /** * Creates the LMv2 response for the supplied keys and challenges. * * @param responseKeyLM the LM response key * @param serverChallenge the server challenge bytes * @param clientChallenge the client challenge bytes
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Sat Aug 30 05:58:03 UTC 2025 - 15.1K bytes - Viewed (0) -
src/test/java/jcifs/smb/NtlmUtilTest.java
// Act byte[] resp = NtlmUtil.getLMv2Response(domain, user, password, challenge, clientChallenge); // Assert assertEquals(24, resp.length, "LMv2 response length must be 24"); assertArrayEquals(clientChallenge, Arrays.copyOfRange(resp, 16, 24), "Client challenge must be copied to last 8 bytes");Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Sat Aug 30 05:58:03 UTC 2025 - 12K bytes - Viewed (1)