I'm wondering how i can use columns that has encrypted data in the columns, in the show view i will check that athey user got access to view the encrypted data and in the edit form i will need to do the same check, i got a resource which has login details attached to it but only some users should have access to view or set it.
I've just installed filamentphp5 (or any version for that matter) in the hopes to speed up the developing of the admin panel in a pretty complex web app but right now i dont know much about filament but reading articles and watching youtube clips all the time but cant find any solution to the encryption problem.
So this is the first step im stuck at and hopefully someone can help me? Both in the create (should encrypt), edit(should decrypt in field but encrypt on save), view entity (should decrypt). Everything is related to the user has permissions to it. None of the info should be shown in the table list.
Have used casts() in the model and set the columns to 'encrypted', works fine outside filament.