- Sort Score
- Result 10 results
- Languages All
Results 1 - 4 of 4 for cipherB (0.05 sec)
-
src/main/java/jcifs/smb/SmbTransportImpl.java
final DialectVersion dialect = resp.getSelectedDialect(); int cipherId = -1; if (dialect.atLeast(DialectVersion.SMB311)) { cipherId = resp.getSelectedCipher(); if (cipherId == -1) { // Default to AES-128-GCM for SMB 3.1.1 if no cipher negotiated cipherId = EncryptionNegotiateContext.CIPHER_AES128_GCM; }
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Sat Aug 30 05:58:03 UTC 2025 - 69.8K bytes - Viewed (0) -
docs/changelogs/changelog_3x.md
cipher suite. We accidentally specified a key size of 256, preventing that cipher suite from being selected for any TLS handshakes. We didn't notice because this cipher suite isn't supported on Android, Java, or Conscrypt. We removed this cipher suite and `TLS_AES_128_CCM_SHA256` from the restricted, modern, and
Registered: Fri Sep 05 11:42:10 UTC 2025 - Last Modified: Sun Feb 06 14:55:54 UTC 2022 - 50.8K bytes - Viewed (0) -
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) -
src/cmd/asm/internal/asm/testdata/ppc64.s
VSPLTW $1, V1, V2 // 10410a8c VSPLTISB $1, V1 // 1021030c VSPLTISW $1, V1 // 1021038c VSPLTISH $1, V1 // 1021034c VCIPHER V1, V2, V3 // 10611508 VCIPHERLAST V1, V2, V3 // 10611509 VNCIPHER V1, V2, V3 // 10611548 VNCIPHERLAST V1, V2, V3 // 10611549 VSBOX V1, V2 // 104105c8
Registered: Tue Sep 09 11:13:09 UTC 2025 - Last Modified: Thu Nov 21 18:27:17 UTC 2024 - 51.7K bytes - Viewed (0)