- Sort Score
- Result 10 results
- Languages All
Results 1 - 2 of 2 for sha256 (0.03 sec)
-
FessConfig.java
configuration. e.g. aes */ L47: String APP_CIPHER_ALGORISM = "app.cipher.algorism"; L48: L49: /** The key of the configuration. e.g. ___change__me___ */ L50: String APP_CIPHER_KEY = "app.cipher.key"; L51: L52: /** The key of the configuration. e.g. sha256 */ L53: String APP_DIGEST_ALGORISM = "app.digest.algorism"; L54: L55: /** The key of the configuration. e.g. .*password|.*key|.*token|.*secret */ L56: String APP_ENCRYPT_PROPERTY_PATTERN = "app.encrypt.property.pattern"; L57: L58: /**...github.com/codelibs/fess/src/main/java/org/code...Fri Oct 11 21:11:58 UTC 2024 468.5K bytes -
fess_config.properties
L14:search_engine.http.ssl.certificate_authorities= L15:search_engine.username= L16:search_engine.password= L17:search_engine.heartbeat_interval=10000 L18: L19:# Cryptographer L20:app.cipher.algorism=aes L21:app.cipher.key=___change__me___ L22:app.digest.algorism=sha256 L23:app.encrypt.property.pattern=.*password|.*key|.*token|.*secret L24: L25:app.extension.names= L26: L27:app.audit.log.format= L28: L29:# JVM options L30:jvm.crawler.options=\ L31:-Djava.awt.headless=true\n\ L32:-Dfile.encoding=UTF-8\n\ L33:-Djna.nosys=true\n\...github.com/codelibs/fess/src/main/resources/fes...Tue Oct 01 14:13:38 UTC 2024 30.9K bytes