Libraries tagged by laravel55 encryption
benjaminhansen/filament-draftable
20 Downloads
Provides a draftable interface to save long forms as a draft in the browser's localStorage and encrypts the data using Laravel's encryption.
laravelhsm/hsmcrypto
14 Downloads
Laravel HSM Encryption/Decryption via PKCS#11
drawmyattention/expauth
5179 Downloads
A Laravel 5 authentication driver that supports Expression Engine's membership system.. New users will default to Laravel's bcrypt encryption (extremely secure), but existing users who have registered using Expression Engine can also be authenticated. Also handles their reset password procedure.
striderwhite/encryptable
2 Downloads
A Laravel trait for encrypting and decrypting model attributes using MySQL AES encryption.
nextbytetz/laravel_encryption
418 Downloads
performing data encryption for the laravel projects
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
1191 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
20 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
35 Downloads
Automatically encryption and decryption data overriding by using getAttribute an setAttribute methods of Eloquent Model.