2017 © Pedro Peláez
 

library func-bcrypt

Blowfish Crypt helpers for password hashing

image

openlss/func-bcrypt

Blowfish Crypt helpers for password hashing

  • Sunday, April 7, 2013
  • by nullivex
  • Repository
  • 1 Watchers
  • 0 Stars
  • 245 Installations
  • PHP
  • 2 Dependents
  • 0 Suggesters
  • 1 Forks
  • 0 Open issues
  • 13 Versions
  • 0 % Grown

The README.md

openlss/func-bcrypt

Blowfish Crypt helper functions for password hashing, (*1)

These functions are used to aid in bcrypt hashing paswords for a more secure password hashing option, (*2)

BCrypt hashed passwords are stronger and have inline salting., (*3)

Usage

$crypted = bcrypt('password');
if(!bcrypt_check('password',$crypted)){
    echo "Authorization Denied";
    exit;
}

Reference

(string) bseed($crypted='')

Returns a blowfish safe seed, (*4)

(string) bcrypt($plaintext,$seed='')

Encrypts plain text into a blowfish hash. Pass $seed if this is an existing hash, (*5)

(bool) bcrypt_check($plaintext,$crypted)

Checks a plaintext version against the hash, (*6)

The Versions

07/04 2013

dev-master

9999999-dev http://openlss.org

Blowfish Crypt helpers for password hashing

  Sources   Download

LGPL-3.0+

The Requires

  • php >=5.3.2

 

The Development Requires

password encryption blowfish hashing

07/04 2013

dev-0.0.x-dev

dev-0.0.x-dev http://openlss.org

Blowfish Crypt helpers for password hashing

  Sources   Download

LGPL-3.0+

The Requires

  • php >=5.3.2

 

The Development Requires

password encryption blowfish hashing

07/04 2013

0.0.12

0.0.12.0 http://openlss.org

Blowfish Crypt helpers for password hashing

  Sources   Download

LGPL-3.0+

The Requires

  • php >=5.3.2

 

The Development Requires

password encryption blowfish hashing

07/04 2013

0.0.11

0.0.11.0 http://openlss.org

Blowfish Crypt helpers for password hashing

  Sources   Download

LGPL-3.0+

The Requires

  • php >=5.3.2

 

The Development Requires

password encryption blowfish hashing

03/04 2013

0.0.10

0.0.10.0 http://openlss.org

Blowfish Crypt helpers for password hashing

  Sources   Download

LGPL-3.0+

The Requires

  • php >=5.3.2

 

The Development Requires

password encryption blowfish hashing

27/03 2013

0.0.8

0.0.8.0 http://openlss.org

Blowfish Crypt helpers for password hashing

  Sources   Download

LGPL-3.0+

The Requires

  • php >=5.3.2

 

The Development Requires

password encryption blowfish hashing

27/03 2013

0.0.9

0.0.9.0 http://openlss.org

Blowfish Crypt helpers for password hashing

  Sources   Download

LGPL-3.0+

The Requires

  • php >=5.3.2

 

The Development Requires

password encryption blowfish hashing

27/03 2013

0.0.6

0.0.6.0 http://openlss.org

Blowfish Crypt helpers for password hashing

  Sources   Download

LGPL-3.0+

The Requires

  • php >=5.3.2

 

The Development Requires

password encryption blowfish hashing

27/03 2013

0.0.7

0.0.7.0 http://openlss.org

Blowfish Crypt helpers for password hashing

  Sources   Download

LGPL-3.0+

The Requires

  • php >=5.3.2

 

The Development Requires

password encryption blowfish hashing

26/03 2013

0.0.5

0.0.5.0 http://openlss.org

Blowfish Crypt helpers for password hashing

  Sources   Download

LGPL-3.0+

The Requires

  • php >=5.3.2

 

The Development Requires

password encryption blowfish hashing

23/03 2013

0.0.3

0.0.3.0 http://openlss.org

Blowfish Crypt helpers for password hashing

  Sources   Download

LGPL-3.0+

The Requires

 

password encryption blowfish hashing

23/03 2013

0.0.2

0.0.2.0 http://openlss.org

Blowfish Crypt helpers for password hashing

  Sources   Download

LGPLv2

The Requires

 

password encryption blowfish hashing

22/03 2013

0.0.1

0.0.1.0 http://openlss.org

Blowfish Crypt helpers for password hashing

  Sources   Download

LGPLv2

The Requires

  • php >=5.3.2

 

password encryption blowfish hashing