Pages

18 May, 2022

File encryption in Laravel and sudo users

 0

I understand I can encrypt and store the contents of files (csv mainly) using the techniques explained here and here.

However, I am looking for a way to prevent anyone from accessing these files, even users with sudo access to the server. The only one (or group of people) who should be able to access the encrypted files would be those who have a password or encryption key chosen by me. Is this possible?

No comments:

Post a Comment

Thanks