Libraries tagged by database cryptable
adityadarma/laravel-database-cryptable
7 Downloads
Cryptable value database for laravel
sagalbot/encryptable
42680 Downloads
Allows you to store Eloquent properties encrypted in your database, and automatically decrypt when accessed.
gregoryduckworth/encryptable
50718 Downloads
A simple trait to make attributes encrypted in the database
venturedrake/laravel-encryptable
7533 Downloads
Automatically encrypt and decrypt database table fields
alkhachatryan/encryptable
112 Downloads
:Laravel package to encrypt / decrypt the database tables / columns
fundamental-studio/laravel-encryptable
1 Downloads
Laravel Encryptable addon for easy encrypt/decrypt database values with as many as 4 lines of code.
chivo912/encryptable
2 Downloads
A simple trait to make attributes encrypted in the database
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