Libraries tagged by attribute encryption
nelexa/zip
5954755 Downloads
PhpZip is a php-library for extended work with ZIP-archives. Open, create, update, delete, extract and get info tool. Supports appending to existing ZIP files, WinZip AES encryption, Traditional PKWARE Encryption, BZIP2 compression, external file attributes and ZIP64 extensions. Alternative ZipArchive. It does not require php-zip extension.
betterapp/laravel-db-encrypter
516821 Downloads
Provides database model attribute encryption/decryption
austinheap/laravel-database-encryption
75920 Downloads
A package for automatically encrypting and decrypting Eloquent attributes in Laravel 5.5+, based on configuration settings.
richardstyles/eloquentencryption
11620 Downloads
Allow Eloquent attributes to be encrypted and decrypted using a RSA 4096-bit private keys.
delatbabel/elocryptfive
91674 Downloads
Automatically encrypt and decrypt Eloquent attributes with ease.
richardstyles/eloquent-aes
34052 Downloads
A Laravel Eloquent package to allow for model attribute encryption, using a seperate key
famdirksen/laravel-model-encryption
7422 Downloads
Laravel package to encrypt model attributes
mgpl2311/laravel-db-encrypter
4066 Downloads
Provides database model attribute encryption/decryption
enflow/laravel-database-encryption
1490 Downloads
A package for automatically encrypting and decrypting Eloquent attributes in Laravel 5.5+, based on configuration settings.
thetalabs/laravel-database-encryption
16387 Downloads
A no fuss Laravel model trait to add encrypted model attributes with the option of blind indexes.
rbennett/laravel-model-encryption
1577 Downloads
A no fuss Laravel model trait to add encrypted model attributes with the option of blind indexes and hashed attributes.
fileinvite-org/laravel-database-encryption
10235 Downloads
A package for automatically encrypting and decrypting Eloquent attributes in Laravel 5.5+, based on configuration settings.
payamjafari/laravel-db-encrypter
120 Downloads
Provides database model attribute encryption/decryption
dtisgodsson/elocrypt
717 Downloads
Automatically encrypt and decrypt Eloquent attributes with ease.
dolphiq/laravel-aescrypt
1698 Downloads
AES encrypt and decrypt Eloquent attributes inspired by elocryptfive