harlamoff/laravel-hashing-bitrix

1.0.2 2020-08-07 16:24 UTC

This package is auto-updated.

Last update: 2024-06-08 13:32:54 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.