Download the PHP package polarising/bcrypt without Composer
On this page you can find all versions of the php package polarising/bcrypt. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download polarising/bcrypt
More information about polarising/bcrypt
Files in polarising/bcrypt
Download polarising/bcrypt
More information about polarising/bcrypt
Files in polarising/bcrypt
Vendor polarising
Package bcrypt
Short Description Customized Bcrypt for PHP
License MIT
Package bcrypt
Short Description Customized Bcrypt for PHP
License MIT
Keywords bcrypt
Please rate this library. Is it a good library?
Informations about the package bcrypt
bcrypt
========
Instead of using PHP hash password API, encrypt plain text by using Bcrypt algorithm, and make sure it's compatible with Bcrypt in other programming languages, like Java, python.
Installing Bcrypt
The recommended way to install Bcrypt is through Composer.
Next, run the Composer command to install the latest stable version of Bcrypt:
After installing, you need to require Composer's autoloader:
You can then later update Bcrypt using composer:
Quick Examples
Encrypt Plaintext, Verify Plaintext and Ciphertext
All versions of bcrypt with dependencies
PHP Build Version
Package Version
Requires
php Version
>=5.3.7
The package polarising/bcrypt contains the following files
Loading the files please wait ....