Libraries tagged by laravel model encrypter
larapack/attribute-encryption
1923 Downloads
Allows you to define what attributes in your eloquent model which should be encrypted and decrypted.
mike-zange/encryptable
15 Downloads
Encryptable Trait for Laravel to make individual fields encrypted
magros/laravel-model-encryption
45153 Downloads
A trait to encrypt data models in Laravel, automatically encrypt and decrypt model data overriding getAttribute an setAttribute methods of Eloquent Model.
austinheap/laravel-database-encryption
75920 Downloads
A package for automatically encrypting and decrypting Eloquent attributes in Laravel 5.5+, based on configuration settings.
esensi/model
65666 Downloads
The base model traits of Esensi
richardstyles/eloquent-aes
34054 Downloads
A Laravel Eloquent package to allow for model attribute encryption, using a seperate key
famdirksen/laravel-model-encryption
7422 Downloads
Laravel package to encrypt model attributes
koodoo/laravel-trait-encrypt
14961 Downloads
A Laravel Eloquent Model trait for Encrypting model data
hihaho/laravel-encryptable-trait
60993 Downloads
Laravel encryptable trait, easily make certain fields for eloquent models encryptable
joelwmale/laravel-encryption
1848 Downloads
A package to easily encrypt & decrypt model fields in Laravel using OpenSSL.
kduma/eloquent-encryptable
2073 Downloads
Adds possibility to encrypt fields in Laravel Eloquent models.
enflow/laravel-database-encryption
1490 Downloads
A package for automatically encrypting and decrypting Eloquent attributes in Laravel 5.5+, based on configuration settings.
onramplab/laravel-security-model
12541 Downloads
A Laravel package providing security for Eloquent model
diontech/laravel-vault
585 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