Libraries tagged by laravel database encrypter
betterapp/laravel-db-encrypter
657983 Downloads
Provides database model attribute encryption/decryption
sneakyx/laravel-dynamic-encryption
829 Downloads
Laravel package that replaces the default encrypter with a dynamic key loaded from cache or database.
mgpl2311/laravel-db-encrypter
5621 Downloads
Provides database model attribute encryption/decryption
rahulshibu/laravel-model-encrypter
38 Downloads
Provides database model attribute encryption/decryption
payamjafari/laravel-db-encrypter
512 Downloads
Provides database model attribute encryption/decryption
ceyleon/laravel-db-encrypter
14 Downloads
Provides database model attribute encryption/decryption
abbasbkz/laravel-db-encrypter
30 Downloads
Provides database model attribute encryption/decryption
ohseesoftware/laravel-assert-encrypted
81043 Downloads
Add an assertion to test for encrypted values in your database.
sagalbot/encryptable
57994 Downloads
Allows you to store Eloquent properties encrypted in your database, and automatically decrypt when accessed.
gregoryduckworth/encryptable
53616 Downloads
A simple trait to make attributes encrypted in the database
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.
m-wardany/hash-ids
798 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
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