Libraries tagged by laravel model encrypter
diontech/laravel-vault
1015 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.
famdirksen/laravel-model-encryption
8687 Downloads
Laravel package to encrypt model attributes
koodoo/laravel-trait-encrypt
17610 Downloads
A Laravel Eloquent Model trait for Encrypting model data
faustoq/laravel-model-encrypt-fields
21 Downloads
Encrypt and decrypt model fields
joelwmale/laravel-encryption
3019 Downloads
A package to easily encrypt & decrypt model fields in Laravel using OpenSSL.
kduma/eloquent-encryptable
2076 Downloads
Adds possibility to encrypt fields in Laravel Eloquent models.
fileinvite-org/laravel-database-encryption
10551 Downloads
A package for automatically encrypting and decrypting Eloquent attributes in Laravel 5.5+, based on configuration settings.
enflow/laravel-database-encryption
2219 Downloads
A package for automatically encrypting and decrypting Eloquent attributes in Laravel 5.5+, based on configuration settings.
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.
silverd/laravel-model-encryption
74 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