Skip to content

Commit 8027ad7

Browse files
LordSimalmarkstory
andauthored
Update docs/en/appendices/5-4-migration-guide.md
Co-authored-by: Mark Story <mark@mark-story.com>
1 parent d6b22e4 commit 8027ad7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/en/appendices/5-4-migration-guide.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ bin/cake upgrade rector --rules cakephp54 <path/to/app/src>
9696
- Added `Cake\Utility\Fs\Finder` class for fluent file discovery with pattern matching,
9797
depth control, and custom filters. Added `Cake\Utility\Fs\Path` for cross-platform
9898
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.
100100
You can set `Security.encryptWithRawKey` to enable this behavior. See [here](https://github.com/cakephp/cakephp/pull/19325) for more details.
101101

102102
### Collection

0 commit comments

Comments
 (0)