2017 © Pedro Peláez
 

class phpass

fork of Solar Designer's http://www.openwall.com/phpass/ with enhanced security updates

image

elcodedocle/phpass

fork of Solar Designer's http://www.openwall.com/phpass/ with enhanced security updates

  • Monday, February 19, 2018
  • by elcodedocle
  • Repository
  • 1 Watchers
  • 3 Stars
  • 16 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 1 Forks
  • 0 Open issues
  • 3 Versions
  • 7 % Grown

The README.md

phpass by elcodedocle

A phpass portable PHP password hashing framework upgrade for these modern times we're living in

Copyright (C) 2013 Gael Abadinbr/ License: [MIT Expat][1]
Code Climate, (*1)

How to use

The same way as regular phpass; check out the embedded phpdoc for info on the extras., (*2)

Motivation

I wanted to implement proper hashing on my web app. password_hash seemed the way to go, but it's only supported by the most recent versions of PHP (at the time of writing this, PHP 5.5.0 was realeased just a few months ago...)., (*3)

So I did some research and the most reasonably fast and tested library was phpass, but it lacked support for, guess what, password_hash. Since password_hash should be the default option (at last, a sane way to use crypt!) and none of the other phpass hacks I checked (Drupal, WordPress) had it I decided to add it myself., (*4)

In the process, adding also support for sha512 and sha256 on portable methods seemed easy enough, so I beefed that up too., (*5)

Acks

Solar Designer, author of the original library at http://www.openwall.com/phpass/, (*6)

Enjoy!, (*7)

(, (*8)

And, if you're happy with this by-product, donate!, (*9)

bitcoin: 1P4AFJMt5VbWq6o49BEwxk4kAkkHFm9Jv7, (*10)

dogecoin: DEZrHzf6ajynL3XfLHDzjT9WpoR4eszxNA, (*11)

paypal: http://goo.gl/5xzM7D, (*12)

), (*13)

The Versions

19/02 2018

dev-master

9999999-dev https://github.com/elcodedocle/phpass

fork of Solar Designer's http://www.openwall.com/phpass/ with enhanced security updates

  Sources   Download

MIT MIT Expat

The Requires

  • php >=3.0.18

 

bcrypt phpass password hashing password_hash secure password storage rainbow attack protection password_verify password salting

19/02 2018

0.3.0

0.3.0.0 https://github.com/elcodedocle/phpass

fork of Solar Designer's http://www.openwall.com/phpass/ with enhanced security updates

  Sources   Download

MIT

The Requires

  • php >=3.0.18

 

bcrypt phpass password hashing password_hash secure password storage rainbow attack protection password_verify password salting

27/08 2014

0.3.0-beta

0.3.0.0-beta https://github.com/elcodedocle/phpass

fork of Solar Designer's http://www.openwall.com/phpass/ with enhanced security updates

  Sources   Download

MIT Expat

The Requires

  • php >=3.0.18

 

bcrypt phpass password hashing password_hash secure password storage rainbow attack protection password_verify password salting