Privacy
These posts are all related to privacy and GDPR.
March 11, 2022
How to improve privacy with Laravel file encryption
If you want to store or process sensible user data. It might make sense to encrypt the files on your storage system to improve user privacy. I am going to prove that regarding a simple use case without using any external packages. You can do that easily with Laravel on board tools.
Read