harlamoff/laravel-hashing-bitrix

1.0.2 2020-08-07 16:24 UTC

This package is auto-updated.

Last update: 2025-06-08 15:45:38 UTC


README

Hashing passwords like bitrix alghoritm

Installation

Add the package with composer.

composer require harlamoff/laravel-hashing-bitrix

Edit hashing.php inside configuration file

'driver' => 'bitrix',

Installation Complete!, Enjoy.