Class JCryptPasswordSimple
Joomla Platform Password Crypter
- JCryptPasswordSimple implements JCryptPassword
Package: Joomla\Platform\Crypt
Deprecated: 4.0 Use PHP 5.5's native password hashing API
Copyright: Copyright (C) 2005 - 2017 Open Source Matters, Inc. All rights reserved.
License: General Public License version 2 or later; see LICENSE
Since: 12.2
Located at joomla/crypt/password/simple.php
Deprecated: 4.0 Use PHP 5.5's native password hashing API
Copyright: Copyright (C) 2005 - 2017 Open Source Matters, Inc. All rights reserved.
License: General Public License version 2 or later; see LICENSE
Since: 12.2
Located at joomla/crypt/password/simple.php
Methods summary
public
mixed
|
|
public
|
|
protected
string
|
|
public
boolean
|
|
public
|
|
public
string
|
Magic methods summary
Constants summary
Constants inherited from JCryptPassword
Properties summary
protected
integer
|
$cost |
#
The cost parameter for hashing algorithms. |
protected
string
|
$defaultType |
#
The default hash type |