Libraries tagged by Laravel Encryptable
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
2 Downloads
alemian95/laravel-encryptable-attributes
1 Downloads
Laravel Package to effortlessy encrypt and decrypt from database model attributes
arzeroid/laravel-model-encryptable
4 Downloads
A simple trait to encrypt attributes before saving to the database and to decrypt attributes before using their values
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
thomascombe/encryptable-fields
1052 Downloads
Laravel Backpack Fields Encryptable
mike-zange/encryptable
15 Downloads
Encryptable Trait for Laravel to make individual fields encrypted
code-orange/encryptable
8 Downloads
Encryptable trait for Laravel models
striderwhite/encryptable
1 Downloads
A Laravel trait for encrypting and decrypting model attributes using MySQL AES encryption.
hgacreative/encryptable
10 Downloads
A useful trait for Laravel models to leverage to encrypt/decrypt sensitive data on the fly
hamoi1/eloquent-encryptable
127 Downloads
This package provides a way to encrypt and decrypt the data in the database using the Hill Cipher algorithm.
chriswillerton/encryptable
36 Downloads
Trait for use with Laravel 5 models allowing easy encryption/decryption of attributes.
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.
juan-montilla/scytale
2 Downloads
Encryptable and Hasheable Model Attributes. A fork from https://github.com/betterapp/laravel-db-encrypter