Seamlessly integrate XChaCha20-Poly1305 encryption into Laravel application
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
This package seamlessly integrates the robust XChaCha20-Poly1305 encryption algorithm into Laravel application by extending the default Encryption facade.
composer require blu3blaze/laravel-xchacha20-encrypter
\Blu3blaze\Encrypter\EncrypterServiceProvider::class,