Libraries tagged by Eloquent encryptable
sagalbot/encryptable
45438 Downloads
Allows you to store Eloquent properties encrypted in your database, and automatically decrypt when accessed.
hihaho/laravel-encryptable-trait
60922 Downloads
Laravel encryptable trait, easily make certain fields for eloquent models encryptable
gregoryduckworth/encryptable
51568 Downloads
A simple trait to make attributes encrypted in the database
kduma/eloquent-encryptable
2073 Downloads
Adds possibility to encrypt fields in Laravel Eloquent models.
hamoi1/eloquent-encryptable
127 Downloads
This package provides a way to encrypt and decrypt the data in the database using the Hill Cipher algorithm.
beninada/eloquent-encryptable
12 Downloads
Automatically encrypts and decrypts Eloquent models.
martinbean/eloquent-encryptable
26 Downloads
Adds encryptable attributes to Eloquent models, for storing sensitive data.
skyraptor/laravel-encryptable-trait
469 Downloads
Laravel encryptable trait, easily make certain fields for eloquent models encryptable
njhyuk/laravel-encryptable
12 Downloads
Laravel eloquent automatic encryption and decryption using mysql AES function.
jonnx/laravel-encryptable
8 Downloads
easily encrypt attributes of eloquent models
attakinsky/encryptable
23 Downloads
It is a simple trait that allows you to encrypt and decrypt on the fly multiple fields in your Eloquent models.
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
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