Libraries tagged by laravel attribute encryption
betterapp/laravel-db-encrypter
544189 Downloads
Provides database model attribute encryption/decryption
delatbabel/elocryptfive
92096 Downloads
Automatically encrypt and decrypt Eloquent attributes with ease.
richardstyles/eloquent-aes
34767 Downloads
A Laravel Eloquent package to allow for model attribute encryption, using a seperate key
austinheap/laravel-database-encryption
75991 Downloads
A package for automatically encrypting and decrypting Eloquent attributes in Laravel 5.5+, based on configuration settings.
sinemacula/laravel-cached-crypt
3251 Downloads
A Laravel package that adds transparent caching to decrypted values for improved performance across encrypted attributes.
mgpl2311/laravel-db-encrypter
4922 Downloads
Provides database model attribute encryption/decryption
fileinvite-org/laravel-database-encryption
10381 Downloads
A package for automatically encrypting and decrypting Eloquent attributes in Laravel 5.5+, based on configuration settings.
enflow/laravel-database-encryption
1665 Downloads
A package for automatically encrypting and decrypting Eloquent attributes in Laravel 5.5+, based on configuration settings.
famdirksen/laravel-model-encryption
7804 Downloads
Laravel package to encrypt model attributes
payamjafari/laravel-db-encrypter
155 Downloads
Provides database model attribute encryption/decryption
miladhspr/laravel-encryptable
57 Downloads
Laravel automatic attribute encryption
larapack/attribute-encryption
1935 Downloads
Allows you to define what attributes in your eloquent model which should be encrypted and decrypted.
thetalabs/laravel-database-encryption
16427 Downloads
A no fuss Laravel model trait to add encrypted model attributes with the option of blind indexes.
rbennett/laravel-model-encryption
1624 Downloads
A no fuss Laravel model trait to add encrypted model attributes with the option of blind indexes and hashed attributes.
dolphiq/laravel-aescrypt
1700 Downloads
AES encrypt and decrypt Eloquent attributes inspired by elocryptfive