Libraries tagged by encryptable
chriswillerton/encryptable
36 Downloads
Trait for use with Laravel 5 models allowing easy encryption/decryption of attributes.
chivo912/encryptable
2 Downloads
A simple trait to make attributes encrypted in the database
attakinsky/encryptable
22 Downloads
It is a simple trait that allows you to encrypt and decrypt on the fly multiple fields in your Eloquent models.
paulhenri-l/laravel-encryptable
159 Downloads
laravel-encryptable
njhyuk/laravel-encryptable
12 Downloads
Laravel eloquent automatic encryption and decryption using mysql AES function.
mintopia/laravel-encryptable
83 Downloads
An encryptable trait that can be used in models
michielkempen/laravel-encryptable
1578 Downloads
A trait to automatically encrypt/decrypt sensitive attributes of Laravel models.
jonnx/laravel-encryptable
8 Downloads
easily encrypt attributes of eloquent models
fundamental-studio/laravel-encryptable
1 Downloads
Laravel Encryptable addon for easy encrypt/decrypt database values with as many as 4 lines of code.
devkind/simple-laravel-encryptable
1 Downloads
arzeroid/laravel-model-ssh-encryptable
12 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
arzeroid/laravel-model-encryptable
3 Downloads
A simple trait to encrypt attributes before saving to the database and to decrypt attributes before using their values
thomascombe/encryptable-fields
1051 Downloads
Laravel Backpack Fields Encryptable
martinbean/eloquent-encryptable
26 Downloads
Adds encryptable attributes to Eloquent models, for storing sensitive data.
juan-montilla/scytale
2 Downloads
Encryptable and Hasheable Model Attributes. A fork from https://github.com/betterapp/laravel-db-encrypter