Libraries tagged by database cryptable
adityadarma/laravel-database-cryptable
11 Downloads
Cryptable value database for laravel
sagalbot/encryptable
44400 Downloads
Allows you to store Eloquent properties encrypted in your database, and automatically decrypt when accessed.
gregoryduckworth/encryptable
51425 Downloads
A simple trait to make attributes encrypted in the database
venturedrake/laravel-encryptable
8616 Downloads
Automatically encrypt and decrypt database table fields
hamoi1/eloquent-encryptable
127 Downloads
This package provides a way to encrypt and decrypt the data in the database using the Hill Cipher algorithm.
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
4 Downloads
A simple trait to encrypt attributes before saving to the database and to decrypt attributes before using their values
alemian95/laravel-encryptable-attributes
1 Downloads
Laravel Package to effortlessy encrypt and decrypt from database model attributes