Download the PHP package openlss/func-bcrypt without Composer
On this page you can find all versions of the php package openlss/func-bcrypt. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download openlss/func-bcrypt
More information about openlss/func-bcrypt
Files in openlss/func-bcrypt
Download openlss/func-bcrypt
More information about openlss/func-bcrypt
Files in openlss/func-bcrypt
Vendor openlss
Package func-bcrypt
Short Description Blowfish Crypt helpers for password hashing
License LGPL-3.0+
Homepage http://openlss.org
Package func-bcrypt
Short Description Blowfish Crypt helpers for password hashing
License LGPL-3.0+
Homepage http://openlss.org
Please rate this library. Is it a good library?
Informations about the package func-bcrypt
openlss/func-bcrypt
Blowfish Crypt helper functions for password hashing
These functions are used to aid in bcrypt hashing paswords for a more secure password hashing option
BCrypt hashed passwords are stronger and have inline salting.
Usage
Reference
(string) bseed($crypted='')
Returns a blowfish safe seed
(string) bcrypt($plaintext,$seed='')
Encrypts plain text into a blowfish hash. Pass $seed if this is an existing hash
(bool) bcrypt_check($plaintext,$crypted)
Checks a plaintext version against the hash
All versions of func-bcrypt with dependencies
PHP Build Version
Package Version
Requires
php Version
>=5.3.2
The package openlss/func-bcrypt contains the following files
Loading the files please wait ....