Libraries tagged by laravel model encrypter
diontech/laravel-vault
685 Downloads
Building vaults and decrypted/encryped secrets. Using specfic keys per vault (or per secret if you want to) is implemented. Vaults can be a standalone or related to your app`s models.
faustoq/laravel-model-encrypt-fields
21 Downloads
Encrypt and decrypt model fields
kduma/eloquent-encryptable
2074 Downloads
Adds possibility to encrypt fields in Laravel Eloquent models.
skyraptor/laravel-encryptable-trait
476 Downloads
Laravel encryptable trait, easily make certain fields for eloquent models encryptable
striderwhite/encryptable
2 Downloads
A Laravel trait for encrypting and decrypting model attributes using MySQL AES encryption.
bvipul/laravel-encrypts-attributes
33 Downloads
This package will be used to encrypt attributes of a model.
justustheis/registry
6 Downloads
Flexible key–value store for Laravel with model scoping, encryption, caching, and runtime config overrides.
silverd/laravel-model-encryption
14 Downloads
A trait to encrypt data models in Laravel, automatically encrypt and decrypt model data overriding getAttribute an setAttribute methods of Eloquent Model.
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.
arzeroid/laravel-model-encryptable
7 Downloads
A simple trait to encrypt attributes before saving to the database and to decrypt attributes before using their values
mufasil/laravel_model_keys_encryption
1 Downloads
This package is to encrypt the keys like 'Id' of your database.
arzeroid/laravel-model-ssh-encryptable
15 Downloads
A simple trait to encrypt attributes using public key before saving to the database and to decrypt attributes using private key before using their values
jetiradoro/laravel-encrypt-model
16 Downloads
Encrypt data before insert database
wwardaww/laravel-id-cryption
37 Downloads
A trait for Laravel/Lumen Model id encryption.
taylornetwork/model-encryption
12 Downloads
Adds encryption to Laravel models using Laravel's built in encryption