Replace encrypt and decrypt calls with encrypted casting #3

Closed
opened 2026-02-04 16:25:59 +03:00 by OVERLORD · 1 comment
Owner

Originally created by @lancepioch on GitHub (Mar 24, 2024).

Originally assigned to: @Boy132 on GitHub.

We have calls to encrypt and decrypt all over the place. We should be able to replace almost all of them with an encrypted cast: https://laravel.com/docs/11.x/eloquent-mutators#encrypted-casting

Originally created by @lancepioch on GitHub (Mar 24, 2024). Originally assigned to: @Boy132 on GitHub. We have calls to `encrypt` and `decrypt` all over the place. We should be able to replace almost all of them with an encrypted cast: https://laravel.com/docs/11.x/eloquent-mutators#encrypted-casting
OVERLORD added the 🟢 easy label 2026-02-04 16:25:59 +03:00
Author
Owner

@lancepioch commented on GitHub (Mar 24, 2024):

This includes functions like: getDecryptedKey

@lancepioch commented on GitHub (Mar 24, 2024): This includes functions like: `getDecryptedKey`
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/panel#3