Libraries tagged by laravel model encrypter
vimatech/laravel-secure-fields
8 Downloads
Secure encrypted Eloquent model fields for sensitive data in Laravel applications.
dustapplication/laravel-database-model-encryption
1932 Downloads
Provides database encryption/decryption with search encrypted fields.
submtd/laravel-encrypted-fields
107 Downloads
Provides a trait that allows for encrypted fields on an Eloquent model
pimphand/mysql-encrypted
6 Downloads
Laravel package for encrypting and decrypting model attributes using openssl with MySQL support
kaemmerlingit/laravel-sign-pad
7 Downloads
Laravel package for of E-Signature with Signature Pad. Privacy friendly (encrypted images) and support for multiple signatures on a single model.
larapack/attribute-encryption
1936 Downloads
Allows you to define what attributes in your eloquent model which should be encrypted and decrypted.
mike-zange/encryptable
16 Downloads
Encryptable Trait for Laravel to make individual fields encrypted
magros/laravel-model-encryption
55085 Downloads
A trait to encrypt data models in Laravel, automatically encrypt and decrypt model data overriding getAttribute an setAttribute methods of Eloquent Model.
esensi/model
67175 Downloads
The base model traits of Esensi
richardstyles/eloquent-aes
39062 Downloads
A Laravel Eloquent package to allow for model attribute encryption, using a seperate key
canaryau/laravel-encryption
1439 Downloads
A package to easily encrypt & decrypt model fields in Laravel using OpenSSL.
hihaho/laravel-encryptable-trait
65195 Downloads
Laravel encryptable trait, easily make certain fields for eloquent models encryptable
austinheap/laravel-database-encryption
76202 Downloads
A package for automatically encrypting and decrypting Eloquent attributes in Laravel 5.5+, based on configuration settings.
onramplab/laravel-security-model
15150 Downloads
A Laravel package providing security for Eloquent model
diontech/laravel-vault
990 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.