Libraries tagged by Laravel Encryptable
maize-tech/laravel-encryptable
28015 Downloads
Laravel Encryptable
sagalbot/encryptable
57870 Downloads
Allows you to store Eloquent properties encrypted in your database, and automatically decrypt when accessed.
gregoryduckworth/encryptable
53563 Downloads
A simple trait to make attributes encrypted in the database
hihaho/laravel-encryptable-trait
64752 Downloads
Laravel encryptable trait, easily make certain fields for eloquent models encryptable
webqamdev/encryptable-fields
34909 Downloads
Laravel Backpack Fields Encryptable
venturedrake/laravel-encryptable
12387 Downloads
Automatically encrypt and decrypt database table fields
h-farm/laravel-encryptable
208 Downloads
Laravel Encryptable
striderwhite/encryptable
2 Downloads
A Laravel trait for encrypting and decrypting model attributes using MySQL AES encryption.
hamoi1/eloquent-encryptable
129 Downloads
This package provides a way to encrypt and decrypt the data in the database using the Hill Cipher algorithm.
erikwang2013/encryptable
192 Downloads
Encryptable Eloquent casts and helpers for PHP 8.2+ with Laravel 10–12 / Webman (Illuminate), Hyperf 2–3, and ThinkPHP 6–8 bridges.
kduma/eloquent-encryptable
2076 Downloads
Adds possibility to encrypt fields in Laravel Eloquent models.
alkhachatryan/encryptable
113 Downloads
:Laravel package to encrypt / decrypt the database tables / columns
skyraptor/laravel-encryptable-trait
509 Downloads
Laravel encryptable trait, easily make certain fields for eloquent models encryptable
paulhenri-l/laravel-encryptable
161 Downloads
laravel-encryptable
mintopia/laravel-encryptable
102 Downloads
An encryptable trait that can be used in models