Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for makeSMBKey (0.06 sec)

  1. 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;
    Registered: Sun Sep 07 00:10:21 UTC 2025
    - Last Modified: Sat Aug 30 05:58:03 UTC 2025
    - 22.7K bytes
    - Viewed (0)
Back to top