Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for Jansi (0.12 sec)

  1. src/main/java/jcifs/smb/NtlmUtil.java

            byte[] p24 = new byte[24];
            System.arraycopy(passwordHash, 0, p21, 0, 16);
            NtlmUtil.E(p21, challenge, p24);
            return p24;
        }
    
    
        /**
         * Generate the ANSI DES hash for the password associated with these credentials.
         * 
         * @param tc
         * @param password
         * @param challenge
         * @return the calculated response
         * @throws GeneralSecurityException
    Java
    - Registered: Sun May 05 00:10:10 GMT 2024
    - Last Modified: Tue Jul 07 12:07:20 GMT 2020
    - 9.7K bytes
    - Viewed (0)
Back to top