Encrypted cookies

Ability to create and retrieve encrypted cookies, based on the application secret key.

Intent of being longer-lasting than session cookies, and non-viewable and tamper-proof.

Laravel does something like that.

Edit: The feature request includes encryption of the cookie name

You can use encrypt and decrypt formatters on the cookie value, if you don't set the password it will use the secret key.