Laravel File Encryption is a package that enables memory-efficient encryption of files of any size using AES-256-GCM authenticated encryption. It processes files in configurable chunks (64KB default) to avoid PHP memory limits, making it suitable for encrypting large files like medical records, financial documents, and database

2m read timeFrom laravel-news.com
Post cover image
Table of contents
# Main Features# Basic Encryption and Decryption# Streaming Support for Large Files

Sort: