Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for 0102030405060708 (0.04 sec)

  1. 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)
Back to top