andrey-vasin/laravel-hashing-bitrix

1.0.0 2018-10-16 11:47 UTC

This package is auto-updated.

Last update: 2025-05-18 04:35:48 UTC


README

Hashing passwords like bitrix alghoritm

Installation

Add the package with composer.

composer require andrey-vasin/laravel-hashing-bitrix

Edit hashing.php inside configuration file

'driver' => 'bitrix',

Installation Complete!, Enjoy.