Libraries tagged by laravel model encrypter
larapack/attribute-encryption
1922 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
44140 Downloads
A trait to encrypt data models in Laravel, automatically encrypt and decrypt model data overriding getAttribute an setAttribute methods of Eloquent Model.
hihaho/laravel-encryptable-trait
60348 Downloads
Laravel encryptable trait, easily make certain fields for eloquent models encryptable
austinheap/laravel-database-encryption
75883 Downloads
A package for automatically encrypting and decrypting Eloquent attributes in Laravel 5.5+, based on configuration settings.
esensi/model
65599 Downloads
The base model traits of Esensi
richardstyles/eloquent-aes
33786 Downloads
A Laravel Eloquent package to allow for model attribute encryption, using a seperate key
koodoo/laravel-trait-encrypt
14502 Downloads
A Laravel Eloquent Model trait for Encrypting model data
famdirksen/laravel-model-encryption
7253 Downloads
Laravel package to encrypt model attributes
joelwmale/laravel-encryption
1719 Downloads
A package to easily encrypt & decrypt model fields in Laravel using OpenSSL.
fileinvite-org/laravel-database-encryption
10209 Downloads
A package for automatically encrypting and decrypting Eloquent attributes in Laravel 5.5+, based on configuration settings.
onramplab/laravel-security-model
12450 Downloads
A Laravel package providing security for Eloquent model
diontech/laravel-vault
537 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
2061 Downloads
Adds possibility to encrypt fields in Laravel Eloquent models.