Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow configuring the encryption handlers #52

Merged
merged 2 commits into from
Mar 16, 2024
Merged

Conversation

tonysm
Copy link
Owner

@tonysm tonysm commented Mar 16, 2024

Changed

  • Allows configuring the encryption handles. By default, Laravel's encryption will serialize the value before encrypting. But the preferred way is actually to encrypt it as a string. For BC reasons, I'll introduce this new way of configuring the encryption with a new method to enable storing the encryption as string if you want to. In 2.x, this will be opt-in, but I'll tag 3.x because I want this to be the default way. I'll add some notes on how to migrate the currently encrypted data for folks using this feature in 2.x

issue #51

@tonysm tonysm merged commit 15a0e37 into main Mar 16, 2024
17 checks passed
@tonysm tonysm deleted the tm/encrypt-as-string branch March 16, 2024 19:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant