Libraries tagged by encryptable
maize-tech/laravel-encryptable
18527 Downloads
Laravel Encryptable
mediamonks/doctrine-extensions
168759 Downloads
Doctrine2 behavioral extensions which allows to transform (encrypt, decrypt, hash) your data automatically
sagalbot/encryptable
45508 Downloads
Allows you to store Eloquent properties encrypted in your database, and automatically decrypt when accessed.
gregoryduckworth/encryptable
51588 Downloads
A simple trait to make attributes encrypted in the database
hihaho/laravel-encryptable-trait
60964 Downloads
Laravel encryptable trait, easily make certain fields for eloquent models encryptable
webqamdev/encryptable-fields
27014 Downloads
Laravel Backpack Fields Encryptable
venturedrake/laravel-encryptable
8826 Downloads
Automatically encrypt and decrypt database table fields
h-farm/laravel-encryptable
208 Downloads
Laravel Encryptable
kduma/eloquent-encryptable
2073 Downloads
Adds possibility to encrypt fields in Laravel Eloquent models.
hamoi1/eloquent-encryptable
128 Downloads
This package provides a way to encrypt and decrypt the data in the database using the Hill Cipher algorithm.
alkhachatryan/encryptable
113 Downloads
:Laravel package to encrypt / decrypt the database tables / columns
striderwhite/encryptable
1 Downloads
A Laravel trait for encrypting and decrypting model attributes using MySQL AES encryption.
skyraptor/laravel-encryptable-trait
469 Downloads
Laravel encryptable trait, easily make certain fields for eloquent models encryptable
mike-zange/encryptable
15 Downloads
Encryptable Trait for Laravel to make individual fields encrypted
hgacreative/encryptable
10 Downloads
A useful trait for Laravel models to leverage to encrypt/decrypt sensitive data on the fly