Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for sha256 (0.05 sec)

  1. 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
Back to top