Name: | php-phpass |
---|---|
Version: | 0.3 |
Release: | 5.el7 |
Architecture: | noarch |
Group: | Unspecified |
Size: | 11923 |
License: | Public Domain |
RPM: | php-phpass-0.3-5.el7.noarch.rpm |
Source RPM: | php-phpass-0.3-5.el7.src.rpm |
Build Date: | Thu Oct 26 2017 |
Build Host: | x86-ol7-builder-02.us.oracle.com |
Vendor: | Oracle America |
URL: | http://www.openwall.com/phpass/ |
Summary: | Portable password hashing framework for use in PHP applications |
Description: | phpass (pronounced "pH pass") is a portable public domain password hashing framework for use in PHP applications. It is meant to work with PHP 3 and above. The preferred (most secure) hashing method supported by phpass is the OpenBSD-style Blowfish-based bcrypt and known in PHP as CRYPT_BLOWFISH, with a fallback to BSDI-style extended DES-based hashes, known in PHP as CRYPT_EXT_DES, and a last resort fallback to MD5-based salted and variable iteration count password hashes implemented in phpass itself (also referred to as portable hashes). |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
- enabled tests
- Initial package