- Sort Score
- Num 10 results
- Language All
Results 1 - 1 of 1 for makeSMBKey (0.2 seconds)
-
src/main/java/jcifs/smb1/util/DES.java
final byte[] key8 = new byte[8]; makeSMBKey(key, key8); setKey(key8); } else { setKey(key); } } /** * Converts a 7-byte SMB key to an 8-byte DES key with parity bits * @param key7 the 7-byte SMB key * @param key8 the output 8-byte DES key */ public static void makeSMBKey(final byte[] key7, final byte[] key8) { int i;
Created: Sun Apr 05 00:10:12 GMT 2026 - Last Modified: Sat Aug 30 05:58:03 GMT 2025 - 22.7K bytes - Click Count (0)