Libraries tagged by encrypted databases
ohseesoftware/laravel-assert-encrypted
82039 Downloads
Add an assertion to test for encrypted values in your database.
gregoryduckworth/encryptable
53651 Downloads
A simple trait to make attributes encrypted in the database
lekoala/silverstripe-encrypt
12848 Downloads
Encrypted database fields and files for SilverStripe using CipherSweet
sagalbot/encryptable
58078 Downloads
Allows you to store Eloquent properties encrypted in your database, and automatically decrypt when accessed.
bcrowe/cakephp-encrypted-type
5450 Downloads
CakePHP 4 plugin that provides application-level database encryption.
shakib/cakephp-encrypt-decrypt
349 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.
cleaniquecoders/laravel-config-backup
180 Downloads
Backup and restore Laravel configuration (.env and database settings) as a portable AES-256 encrypted archive.
thetalabs/laravel-database-encryption
16616 Downloads
A no fuss Laravel model trait to add encrypted model attributes with the option of blind indexes.
log1x/acf-encrypted-password
280 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.
paragonie/ciphersweet-provider-aws-kms
81 Downloads
CipherSweet key provider backed by AWS KMS
m-wardany/hash-ids
800 Downloads
This package is designed to hash sequential keys so that they appear as random characters, making them difficult to predict. There is no requirement to check if the key already exists in the database before saving, as each key is guaranteed to be unique
tozny/e3db
207 Downloads
PHP client library for Tozny's End-to-End Encrypted Database.
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
1931 Downloads
Provides database encryption/decryption with search encrypted fields.
toolman/laravel-postgresql-encrypted-model
1 Downloads
A Laravel trait for handling encrypted data in PostgreSQL with configurable encryption algorithms, modes, and comprehensive query methods