Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 11 of 11 for smb1Client (0.09 sec)

  1. src/main/java/jcifs/smb1/ntlmssp/Type3Message.java

                    RANDOM.nextBytes(clientChallenge);
                    java.util.Arrays.fill(clientChallenge, 8, 24, (byte)0x00);
    
    // NTLMv1 w/ NTLM2 session sec and key exch all been verified with a debug build of smbclient
    
                    byte[] responseKeyNT = NtlmPasswordAuthentication.nTOWFv1(password);
                    byte[] ntlm2Response = NtlmPasswordAuthentication.getNTLM2Response(responseKeyNT,
    Registered: Wed Jun 12 15:45:55 UTC 2024
    - Last Modified: Fri Mar 22 21:10:40 UTC 2019
    - 22.9K bytes
    - Viewed (0)
Back to top