Libraries tagged by encrypted databases
ohseesoftware/laravel-assert-encrypted
36208 Downloads
Add an assertion to test for encrypted values in your database.
sagalbot/encryptable
46522 Downloads
Allows you to store Eloquent properties encrypted in your database, and automatically decrypt when accessed.
gregoryduckworth/encryptable
51666 Downloads
A simple trait to make attributes encrypted in the database
lekoala/silverstripe-encrypt
5358 Downloads
Encrypted database fields and files for SilverStripe using CipherSweet
thetalabs/laravel-database-encryption
16413 Downloads
A no fuss Laravel model trait to add encrypted model attributes with the option of blind indexes.
bcrowe/cakephp-encrypted-type
3981 Downloads
CakePHP 4 plugin that provides application-level database encryption.
log1x/acf-encrypted-password
279 Downloads
A simple ACF field to use in place of the default Password field to encrypt the password stored in the database using PHP 5.5's password_hash.
shakib/cakephp-encrypt-decrypt
110 Downloads
A CakePHP plugin to encrypt data and save in database and also to decrypt data when fethcing from database. You can also encrypt or decrypt all historical data.
invincible-tech-systems/easeampmysql-halite
21 Downloads
A very simple and safe PHP library to execute SQL Queries as Prepared Statements on MySQL Database, in an asynchronous & non-blocking all basing upon amphp/mysql package. Additional checks are supported in terms of facilitating creation and verification of row level digital signature for different database tables along with creation of blind indexes of data in encrypted db columns, using easeappphp/ea-halite package.
tozny/e3db
206 Downloads
PHP client library for Tozny's End-to-End Encrypted Database.
custom-d/hashed-search
2633 Downloads
A hashed search package for adding a searchable hash to your encrypted database columns
aeliot/doctrine-encrypted-field
2841 Downloads
Projects provides equipments to work with encrypted columns in database via fields of Doctrine entities
dustapplication/laravel-database-model-encryption
1927 Downloads
Provides database encryption/decryption with search encrypted fields.
jklz/database-helper
39 Downloads
extends of illuminate/database and illuminate/encryption to handle field data stored in json and encrypted. encrypted via $_ENV[CRYPT.KEY]
aeliot/doctrine-encrypted-types
235 Downloads
Implementation of encrypted column types for Doctrine