Replies: 1 comment 1 reply
-
The Encrypt command will actually rotate keys if you give it a new key (it will take your old key from the .env) https://github.com/spatie/laravel-ciphersweet/blob/main/src/Commands/EncryptCommand.php |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
This looks amazing, but without support for the source package's key rotation system (https://ciphersweet.paragonie.com/php/key-rotation), it feels a bit incomplete. Normally I wouldn't care if every feature is included in a wrapper but this option specifically would be extremely helpful in the case of a key compromise, when tensions are already high. Knowing that there would be a command I can run to cycle the encryption key would make me a lot more comfortable. Is there any chance that support for this will be added to the package?
Beta Was this translation helpful? Give feedback.
All reactions