laravel-xchacha20-encrypter maintained by blu3blaze
Secure your Laravel application with XChaCha20-Poly1305 encryption
This package seamlessly integrates the robust XChaCha20-Poly1305 encryption algorithm into Laravel application by extending the default Encryption facade.
Prerequisites
- PHP 8.3
- Laravel 11
Installation
- Install package via composer:
composer require blu3blaze/laravel-xchacha20-encrypter
- Add service provider into your bootstrap/providers.php:
\Blu3blaze\Encrypter\EncrypterServiceProvider::class,