Libraries tagged by laravel56 encryption
betterapp/laravel-db-encrypter
681791 Downloads
Provides database model attribute encryption/decryption
soved/laravel-gdpr
145479 Downloads
GDPR compliance with ease
sbamtr/laravel-source-encrypter
50553 Downloads
Laravel Source Encrypter
ercsctt/laravel-file-encryption
11637 Downloads
Secure file encryption and decryption for Laravel applications
elgibor-solution/laravel-database-encryption
127248 Downloads
Auto Encrypt and Decrypt Database through Eloquent
mrgswift/laravel-encryptenv
50372 Downloads
Laravel Environment Variable Encryption
tomgrohl/laravel4-php71-encrypter
258310 Downloads
Laravel 4.2 Encrypter for PHP 7.1+
soarecostin/file-vault
197522 Downloads
aminyazdanpanah/php-shaka
10437 Downloads
Shaka PHP is a library that uses Shaka Packager for DASH and HLS packaging and encryption, supporting Common Encryption for Widevine and other DRM Systems.
canaryau/laravel-encryption
1736 Downloads
A package to easily encrypt & decrypt model fields in Laravel using OpenSSL.
magros/laravel-model-encryption
55222 Downloads
A trait to encrypt data models in Laravel, automatically encrypt and decrypt model data overriding getAttribute an setAttribute methods of Eloquent Model.
ionghitun/laravel-lumen-mysql-encryption
7653 Downloads
Database fields encryption in laravel and lumen for mysql databases with native search and anonymize data for gdpr.
lucasberto/laravel-vault
5965 Downloads
An easy Laravel integration for HashiCorp Vault
erikwang2013/encryption
1623 Downloads
A pluggable cryptography component library: under a unified contract it provides symmetric encryption, asymmetric encryption, hashing, and key derivation (HKDF / PBKDF2), with implementations including AES/Sodium and Chinese national algorithms SM2/SM3/SM4/ZUC. Installable via Composer.
sagalbot/encryptable
59552 Downloads
Allows you to store Eloquent properties encrypted in your database, and automatically decrypt when accessed.