Looking to hire Laravel developers? Try LaraJobs

laravel-xchacha20-encrypter maintained by blu3blaze

Description
Seamlessly integrate XChaCha20-Poly1305 encryption into Laravel application
Last update
2026/03/28 14:50 (dev-master)
License
Downloads
281

Comments
comments powered by Disqus

Secure your Laravel application with XChaCha20-Poly1305 encryption

Latest Version on Packagist

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

  1. Install package via composer:
composer require blu3blaze/laravel-xchacha20-encrypter
  1. Add service provider into your bootstrap/providers.php:
\Blu3blaze\Encrypter\EncrypterServiceProvider::class,