Libraries tagged by database encryption
madmatt/silverstripe-encrypt-at-rest
6522 Downloads
Enable encryption of data at rest (in database)
hamoi1/eloquent-encryptable
127 Downloads
This package provides a way to encrypt and decrypt the data in the database using the Hill Cipher algorithm.
cytopia/mysqldump-secure
4700 Downloads
Secure mysqldump script with encryption, compression, logging, blacklisting and Nagios monitoring integration
ndukz/laravel-database-encryption-pgsql
418 Downloads
Auto Encrypt and Decrypt Database PgSQL through Eloquent
enflow/laravel-database-encryption
1375 Downloads
A package for automatically encrypting and decrypting Eloquent attributes in Laravel 5.5+, based on configuration settings.
quantumwebco/laravel-db-encryption
20 Downloads
Auto Encrypt and Decrypt Database through Eloquent
payamjafari/laravel-db-encrypter
104 Downloads
Provides database model attribute encryption/decryption
jfelixstudio/laravel-mysql-encrypt
3558 Downloads
Laravel 5.x | 6.x | 7.x | 8.x Database encryption mysql side
bcrowe/cakephp-encrypted-type
3969 Downloads
CakePHP 4 plugin that provides application-level database encryption.
alkhachatryan/encryptable
112 Downloads
:Laravel package to encrypt / decrypt the database tables / columns
xclydes/x-keepass-php
2778 Downloads
A library for reading KeePass 2.x databases
shakib/cakephp-encrypt-decrypt
101 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.
m-wardany/hash-ids
446 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
iserranodev/encrypt-bundle
28 Downloads
A Symfony bundle for encrypting entity properties in Database
aeliot/doctrine-encrypted-types
235 Downloads
Implementation of encrypted column types for Doctrine