- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for getPreNTLMResponse (0.07 sec)
-
src/main/java/jcifs/smb/NtlmUtil.java
* * @param tc * @param password * @param challenge * @return the calculated response * @throws GeneralSecurityException */ static public byte[] getPreNTLMResponse ( CIFSContext tc, String password, byte[] challenge ) throws GeneralSecurityException { byte[] p14 = new byte[14]; byte[] p21 = new byte[21]; byte[] p24 = new byte[24];
Registered: Sun Nov 03 00:10:13 UTC 2024 - Last Modified: Tue Jul 07 12:07:20 UTC 2020 - 9.7K bytes - Viewed (0)