Anonymize Sensitive Data
"Laravel Encryptable allows you to anonymize sensitive data (like the name, surname and email address of a user) similarly to Laravel's Encryption feature, but still have the ability to make direct queries to the database. An example use case could be the need to make search queries through anonymized attributes.
This package currently supports MySQL and PostgreSQL databases."