Libraries tagged by laravel5 encryption
striderwhite/encryptable
1 Downloads
A Laravel trait for encrypting and decrypting model attributes using MySQL AES encryption.
macellan/laravel-encryption
204 Downloads
Provides flexible data encryption adapter for Laravel.
lumphp/laravel-encryption
27 Downloads
The Illuminate Encryption package.
kablanfatih/encryption
29 Downloads
A package for automatically encrypting and decrypting Eloquent attributes in Laravel , based on configuration settings.
anexia/laravel-encryption
4069 Downloads
Encryption and decryption for eloquent models
roelofr/laravel-encryption-cast
1190 Downloads
An Eloquent cast to encrypt and decrypt data, whilst still allowing your own casts
zugoripls/laravel-framework
58 Downloads
Customized(replaced illuminate/encryption with zugoripls/openssl-encryption) Laravel Framework.
zugoripls/laravel
33 Downloads
Customized(replaced mcrypt with openssl-encryption) Laravel Framework.
wiaamtaleb/laravel-db-encryption
19 Downloads
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.
usman-ahmed/laravel-response-encryption
1 Downloads
Encrypt Laravel API JSON responses automatically using Laravel's Crypt system.
thedepart3d/laravel-source-encryption
26 Downloads
Laravel Source Code Encryptor
tankfairies/laravel-tcrypt
2 Downloads
Laravel Sodium encryption
socratesldduarte/laravel-database-encryption
51 Downloads
Auto Encrypt and Decrypt Database through Eloquent