Libraries tagged by eloquent encryption
anexia/laravel-encryption
4069 Downloads
Encryption and decryption for eloquent models
compellio/eloquent-aes
1 Downloads
A Laravel Eloquent package to allow for model attribute encryption, using a seperate key
wazza/laravel-db-encryption
0 Downloads
Production-ready Laravel package for secure, transparent encryption of sensitive model attributes with searchable hash indexes and key rotation support.
waseem/laravel-data-encryption
65 Downloads
Automatically encryption and decryption data overriding by using getAttribute an setAttribute methods of Eloquent Model.
socratesldduarte/laravel-database-encryption
52 Downloads
Auto Encrypt and Decrypt Database through Eloquent
silverd/laravel-model-encryption
71 Downloads
A trait to encrypt data models in Laravel, automatically encrypt and decrypt model data overriding getAttribute an setAttribute methods of Eloquent Model.
shreesoftech-rupesh/laravel-database-encryption
5 Downloads
Auto Encrypt and Decrypt Database through Eloquent
rpsimao/laravel-model-encryption
10 Downloads
A trait to encrypt data models in Laravel, automatically encrypt and decrypt model data overriding getAttribute an setAttribute methods of Eloquent Model.
quevlu/laravel-database-encryption
88 Downloads
Auto Encrypt and Decrypt Database through Eloquent
quantumwebco/laravel-db-encryption
57 Downloads
Auto Encrypt and Decrypt Database through Eloquent
phpcodersnp/laravel-database-encryption
385 Downloads
Auto Encrypt and Decrypt Database through Eloquent
larapack/attribute-encryption
1936 Downloads
Allows you to define what attributes in your eloquent model which should be encrypted and decrypted.
dustapplication/laravel-database-model-encryption
1931 Downloads
Provides database encryption/decryption with search encrypted fields.
rway7/secure-eloquent
1546 Downloads
Encrypt your Eloquent model by user-provide key (with AES-128-CBC algorithm).
roelofr/laravel-encryption-cast
1213 Downloads
An Eloquent cast to encrypt and decrypt data, whilst still allowing your own casts