Download the PHP package kyslik/django-bcrypt without Composer
On this page you can find all versions of the php package kyslik/django-bcrypt. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Please rate this library. Is it a good library?
Informations about the package django-bcrypt
Django-bcrypt
This package simply adds prefix that django uses to determine hashing algorithm.
Installation && usage
Composer
Pull this package in through Composer (development/latest version dev-master
)
$ composer update
In config/app.php
comment out original hashing service provider
and add django-bcrypt service provider
Examples
Original implementation produces:
This implementation produces:
All versions of django-bcrypt with dependencies
PHP Build Version
Package Version
Requires
php Version
>=7.0
illuminate/hashing Version 5.2.*|5.3.*|5.4.*
illuminate/support Version 5.2.*|5.3.*|5.4.*
illuminate/hashing Version 5.2.*|5.3.*|5.4.*
illuminate/support Version 5.2.*|5.3.*|5.4.*
The package kyslik/django-bcrypt contains the following files
Loading the files please wait ....