elgiborsolution/laravel-database-encryption

[News] Fork has been created

Opened this issue · 3 comments

Hello everyone, I've created a fork from this beautiful package. I've been using a lot, and I've been adding new features and fix some bugs that I've found.

https://github.com/quevlu/laravel-database-encryption

I have multi tenancy database, i want to use different encryption keys for each tenant user. If a user or users falls in tenant 1 db.
then that user or those user should not be able to decrypt data of tenant 2 db. is there a way to use encryption key for each tenant database instead of using APP KEY

@quevlu - Does it allow setting your own encryption key?

@charliefortune I think so, you can take a look at the Encrypter Class