- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for 0102030405060708 (0.04 sec)
-
src/test/java/jcifs/smb/NtlmUtilTest.java
void testGetNTLMv2Response_blobAndCompute() { // Arrange byte[] key = NtlmUtil.nTOWFv2("Domain", "User", "password"); byte[] server = hex("0102030405060708"); byte[] clientChallenge = hex("0102030405060708"); long nanos1601 = 0x1122334455667788L; byte[] avPairs = hex("A1A2A3A4"); // Manually build the expected NTLMv2 blob (same as production code)
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Sat Aug 30 05:58:03 UTC 2025 - 12K bytes - Viewed (0)