Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 3 of 3 for encryptions (0.07 sec)

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

                        // Server requires encryption - create encryption context
                        try {
                            if (log.isDebugEnabled()) {
                                log.debug("Server requires encryption, creating encryption context");
                            }
                            SmbTransportImpl transport = getTransport();
    Registered: Sun Sep 07 00:10:21 UTC 2025
    - Last Modified: Sun Aug 31 08:00:57 UTC 2025
    - 68.9K bytes
    - Viewed (0)
  2. src/main/java/jcifs/smb/SmbTransportImpl.java

            return dgst.digest();
        }
    
        /**
         * Create encryption context for SMB3 encrypted communication
         *
         * @param sessionKey the session key from GSS-API authentication
         * @param preauthHash the pre-authentication integrity hash (SMB 3.1.1 only)
         * @return encryption context
         * @throws CIFSException if encryption is not supported or fails
         */
    Registered: Sun Sep 07 00:10:21 UTC 2025
    - Last Modified: Sat Aug 30 05:58:03 UTC 2025
    - 69.8K bytes
    - Viewed (0)
  3. src/main/resources/fess_config.properties

    search_engine.password=
    # Interval (ms) for heartbeat checks to the search engine.
    search_engine.heartbeat_interval=10000
    
    # Cipher algorithm used for encryption.
    app.cipher.algorism=aes
    # Secret key for encryption (change this value for production).
    app.cipher.key=___change__me___
    # Algorithm for digest calculation.
    app.digest.algorism=sha256
    # Regex pattern for properties to encrypt.
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Sat Jul 05 14:45:37 UTC 2025
    - 54.7K bytes
    - Viewed (0)
Back to top