Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for getLMv2Response (0.26 sec)

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

         * @return the calculated response
         * @throws GeneralSecurityException
         */
        public static byte[] getLMv2Response ( String domain, String user, String password, byte[] challenge, byte[] clientChallenge )
                throws GeneralSecurityException {
            return getLMv2Response(domain, user, getNTHash(password), challenge, clientChallenge);
        }
    
    
        /**
    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