Open
Conversation
LordSimal
commented
Mar 29, 2026
| path manipulation. | ||
| path manipulation. See [Filesystem Utilities](../core-libraries/filesystem.md). | ||
| - `Security::encrypt` can now be configured to use a separate key par for encryption and authentication tokens. | ||
| You can set `Security.encryptWithRawKey` to enable this behavior. See [here](https://github.com/cakephp/cakephp/pull/19325) for more details. |
Contributor
Author
There was a problem hiding this comment.
@markstory is this correct or have I misunderstood that issue?
LordSimal
commented
Mar 29, 2026
| including flags to indicate about their scope and state. | ||
| - A BC compatible Container implementation has been added to the core. You can opt-in to use it instead of the current | ||
| `league/container` implementation by setting `App.container` to `cake` inside your `config/app.php`. | ||
| See [Dependency Injection Container](../development/dependency-injection) for more details. |
Contributor
Author
There was a problem hiding this comment.
We need to add a section to that dependency injection docs page to explain why we have gone this route and what we want to change in 6.x for our own container implementation.
ADmad
reviewed
Mar 29, 2026
Co-authored-by: ADmad <admad.coder@gmail.com>
markstory
reviewed
Mar 30, 2026
Comment on lines
+99
to
+100
| - `Security::encrypt` can now be configured to use a separate key pair for encryption and authentication tokens. | ||
| You can set `Security.encryptWithRawKey` to enable this behavior. See [here](https://github.com/cakephp/cakephp/pull/19325) for more details. |
Member
There was a problem hiding this comment.
Suggested change
| - `Security::encrypt` can now be configured to use a separate key pair for encryption and authentication tokens. | |
| You can set `Security.encryptWithRawKey` to enable this behavior. See [here](https://github.com/cakephp/cakephp/pull/19325) for more details. | |
| - `Security::encrypt()` can now be configured to use longer keys with separate encryption and authentication keys that are derived from the provided key. | |
| You can set `Security.encryptWithRawKey` to enable this behavior. See [here](https://github.com/cakephp/cakephp/pull/19325) for more details. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Closes #8258