andrey-vasin/laravel-hashing-bitrix

1.0.0 2018-10-16 11:47 UTC

This package is auto-updated.

Last update: 2024-04-18 02:34:55 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.