Libraries tagged by laravel model encryption
hthang369/laravel-database-encryption
7 Downloads
A package for automatically encrypting and decrypting Eloquent attributes in Laravel 5.5+, based on configuration settings.
imhayatunnabi/laravel-hashes
0 Downloads
A Laravel package for automatic encryption and decryption of model attributes
anexia/laravel-encryption
4069 Downloads
Encryption and decryption for eloquent models
wazza/laravel-db-encryption
0 Downloads
A Laravel package that helps encrypt & decrypt certain defined table columns ensuring the data is secure in the database but can be accessed by the models.
waseem/laravel-data-encryption
34 Downloads
Automatically encryption and decryption data overriding by using getAttribute an setAttribute methods of Eloquent Model.
enginedigital/model-notes
1620 Downloads
Create notes on eloquent models. Supports multiple note types as well as multi-tenancy
chriswillerton/encryptable
37 Downloads
Trait for use with Laravel 5 models allowing easy encryption/decryption of attributes.
attakinsky/encryptable
23 Downloads
It is a simple trait that allows you to encrypt and decrypt on the fly multiple fields in your Eloquent models.
rway7/secure-eloquent
1546 Downloads
Encrypt your Eloquent model by user-provide key (with AES-128-CBC algorithm).
compellio/eloquent-aes
1 Downloads
A Laravel Eloquent package to allow for model attribute encryption, using a seperate key
striderwhite/encryptable
1 Downloads
A Laravel trait for encrypting and decrypting model attributes using MySQL AES encryption.
esensi/model
65745 Downloads
The base model traits of Esensi
koodoo/laravel-trait-encrypt
15458 Downloads
A Laravel Eloquent Model trait for Encrypting model data