Libraries tagged by laravel attribute encryption
betterapp/laravel-db-encrypter
530465 Downloads
Provides database model attribute encryption/decryption
austinheap/laravel-database-encryption
75963 Downloads
A package for automatically encrypting and decrypting Eloquent attributes in Laravel 5.5+, based on configuration settings.
delatbabel/elocryptfive
91862 Downloads
Automatically encrypt and decrypt Eloquent attributes with ease.
richardstyles/eloquent-aes
34320 Downloads
A Laravel Eloquent package to allow for model attribute encryption, using a seperate key
mgpl2311/laravel-db-encrypter
4577 Downloads
Provides database model attribute encryption/decryption
famdirksen/laravel-model-encryption
7630 Downloads
Laravel package to encrypt model attributes
sinemacula/laravel-cached-crypt
1074 Downloads
A Laravel package that adds transparent caching to decrypted values for improved performance across encrypted attributes.
enflow/laravel-database-encryption
1581 Downloads
A package for automatically encrypting and decrypting Eloquent attributes in Laravel 5.5+, based on configuration settings.
rbennett/laravel-model-encryption
1603 Downloads
A no fuss Laravel model trait to add encrypted model attributes with the option of blind indexes and hashed attributes.
payamjafari/laravel-db-encrypter
133 Downloads
Provides database model attribute encryption/decryption
miladhspr/laravel-encryptable
9 Downloads
Laravel automatic attribute encryption
larapack/attribute-encryption
1926 Downloads
Allows you to define what attributes in your eloquent model which should be encrypted and decrypted.
fileinvite-org/laravel-database-encryption
10272 Downloads
A package for automatically encrypting and decrypting Eloquent attributes in Laravel 5.5+, based on configuration settings.
thetalabs/laravel-database-encryption
16418 Downloads
A no fuss Laravel model trait to add encrypted model attributes with the option of blind indexes.
dolphiq/laravel-aescrypt
1698 Downloads
AES encrypt and decrypt Eloquent attributes inspired by elocryptfive