Skip to content

add missing 5.4 docs#8260

Open
LordSimal wants to merge 4 commits into5.nextfrom
5.next-missing-docs
Open

add missing 5.4 docs#8260
LordSimal wants to merge 4 commits into5.nextfrom
5.next-missing-docs

Conversation

@LordSimal
Copy link
Copy Markdown
Contributor

@LordSimal LordSimal commented Mar 29, 2026

Closes #8258

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.
Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@markstory is this correct or have I misunderstood that issue?

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.
Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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.

LordSimal and others added 3 commits March 29, 2026 20:27
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.
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants