You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Added `Cake\Utility\Fs\Finder` class for fluent file discovery with pattern matching,
97
97
depth control, and custom filters. Added `Cake\Utility\Fs\Path` for cross-platform
98
98
path manipulation. See [Filesystem Utilities](../core-libraries/filesystem.md).
99
-
-`Security::encrypt` can now be configured to use a separate key pair for encryption and authentication tokens.
99
+
-`Security::encrypt()` can now be configured to use longer keys with separate encryption and authentication keys that are derived from the provided key.
100
100
You can set `Security.encryptWithRawKey` to enable this behavior. See [here](https://github.com/cakephp/cakephp/pull/19325) for more details.
0 commit comments