Libraries tagged by laravel58 encryption
mfonte/base62x
302 Downloads
A Base62x PHP implementation library, that can be used in frameworks like Laravel, that supports encoding/decoding of strings, arrays, objects, and binary resources. It also supports Gzip compression/decompression and symmetric encryption.
hamoi1/eloquent-encryptable
129 Downloads
This package provides a way to encrypt and decrypt the data in the database using the Hill Cipher algorithm.
flexflux/encryptor
120 Downloads
Package to automatically encrypt and decrypt model attributes in your Laravel project.
dtisgodsson/elocrypt
721 Downloads
Automatically encrypt and decrypt Eloquent attributes with ease.
coedevtech/fixit
29 Downloads
A Laravel package that captures and logs all exceptions into a database table — with optional encryption, email alerts, and a powerful CLI interface. Designed to give you full visibility into unhandled errors, without clutter or guesswork
alkhachatryan/encryptable
113 Downloads
:Laravel package to encrypt / decrypt the database tables / columns
benjaminhansen/filament-draftable
20 Downloads
Provides a draftable interface to save long forms as a draft in the browser's localStorage and encrypts the data using Laravel's encryption.
drawmyattention/expauth
5179 Downloads
A Laravel 5 authentication driver that supports Expression Engine's membership system.. New users will default to Laravel's bcrypt encryption (extremely secure), but existing users who have registered using Expression Engine can also be authenticated. Also handles their reset password procedure.
striderwhite/encryptable
2 Downloads
A Laravel trait for encrypting and decrypting model attributes using MySQL AES encryption.
nextbytetz/laravel_encryption
413 Downloads
performing data encryption for the laravel projects
macellan/laravel-encryption
204 Downloads
Provides flexible data encryption adapter for Laravel.
lumphp/laravel-encryption
27 Downloads
The Illuminate Encryption package.
kablanfatih/encryption
29 Downloads
A package for automatically encrypting and decrypting Eloquent attributes in Laravel , based on configuration settings.
anexia/laravel-encryption
4069 Downloads
Encryption and decryption for eloquent models
roelofr/laravel-encryption-cast
1191 Downloads
An Eloquent cast to encrypt and decrypt data, whilst still allowing your own casts