LaravelPackages.net
Acme Inc.
Toggle sidebar
blu3blaze/laravel-xchacha20-encrypter

Seamlessly integrate XChaCha20-Poly1305 encryption into Laravel application

283
0
1.0.2
About blu3blaze/laravel-xchacha20-encrypter

blu3blaze/laravel-xchacha20-encrypter is a Laravel package for seamlessly integrate xchacha20-poly1305 encryption into laravel application. It currently has 0 GitHub stars and 283 downloads on Packagist (latest version 1.0.2). Install it with composer require blu3blaze/laravel-xchacha20-encrypter. Discover more Laravel packages by blu3blaze or browse all Laravel packages to compare alternatives.

Last updated

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,

Star History Chart