File tree Expand file tree Collapse file tree 2 files changed +10
-1
lines changed
Expand file tree Collapse file tree 2 files changed +10
-1
lines changed Original file line number Diff line number Diff line change 1111 * loaded early on, and may also contain additional functions
1212 * that you'd like to use throughout your entire application
1313 *
14- * @see: https://codeigniter4.github.io/CodeIgniter4/
14+ * @see: https://codeigniter.com/user_guide/extending/common.html
1515 */
Original file line number Diff line number Diff line change @@ -80,4 +80,13 @@ class Encryption extends BaseConfig
8080 * Set to 'authentication' for CI3 Encryption compatibility.
8181 */
8282 public string $ authKeyInfo = '' ;
83+
84+ /**
85+ * Cipher to use.
86+ * This setting is only used by OpenSSLHandler.
87+ *
88+ * Set to 'AES-128-CBC' to decrypt encrypted data that encrypted
89+ * by CI3 Encryption default configuration.
90+ */
91+ public string $ cipher = 'AES-256-CTR ' ;
8392}
You can’t perform that action at this time.
0 commit comments