Libraries tagged by database encrypter
maxcrossan/yii_encryption
49 Downloads
A simple encryption behaviour for encrypting and decrypting database fields on Yii models
hivelink/encrypt
66 Downloads
Auto Encrypt and Decrypt Database through Eloquent With HivelinkTeam
fundamental-studio/laravel-encryptable
1 Downloads
Laravel Encryptable addon for easy encrypt/decrypt database values with as many as 4 lines of code.
querdos/qfile-encryption-bundle
84 Downloads
A bundle for file encryption under symfony
jetiradoro/laravel-encrypt-model
16 Downloads
Encrypt data before insert database
iserranodev/encrypt-bundle
48 Downloads
A Symfony bundle for encrypting entity properties in Database
alemian95/laravel-encryptable-attributes
1 Downloads
Laravel Package to effortlessy encrypt and decrypt from database model attributes
osw3/symfony-entity-encrypt
5 Downloads
Encrypt & Decrypt entity data in database.
taitava/silverstripe-encrypt-at-rest
268 Downloads
Enable encryption of data at rest (in database)
arzeroid/laravel-model-encryptable
7 Downloads
A simple trait to encrypt attributes before saving to the database and to decrypt attributes before using their values
wazza/laravel-db-encryption
0 Downloads
A Laravel package that helps encrypt & decrypt certain defined table columns ensuring the data is secure in the database but can be accessed by the models.
oonix/encryption-wrapper
17 Downloads
Object wrapper to allow automatic encryption of specified attributes. Magically exposes public attributes and methods of the wrapped object. Example usage: wrap ORM objects to secure database content.
mufasil/laravel_model_keys_encryption
1 Downloads
This package is to encrypt the keys like 'Id' of your database.
arzeroid/laravel-model-ssh-encryptable
15 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
adityadarma/laravel-database-cryptable
13 Downloads
Cryptable value database for laravel