API17:JUserHelper::getCryptedPassword
From Joomla! Documentation
This Namespace has been archived - Please Do Not Edit or Create Pages in this namespace. Pages contain information for a Joomla! version which is no longer supported. It exists only as a historical reference, will not be improved and its content may be incomplete.
JUserHelper::getCryptedPassword
Description
Formats a password using the current encryption.
Description:JUserHelper::getCryptedPassword [Edit Descripton]
Synopsis
public static JUserHelper::getCryptedPassword ($plaintext, $salt= '', $encryption= 'md5-hex', $show_encrypt=false)
| Parameter | Type | Default | Description |
|---|---|---|---|
| $plaintext | string | The plaintext password to encrypt. | |
| $salt | string | The salt to use to encrypt the password. [] If not present, a new salt will be generated. | |
| $encryption | string | 'md5-hex' | The kind of pasword encryption to use. Defaults to md5-hex. |
| $show_encrypt | boolean | false | Some password systems prepend the kind of encryption to the crypted password ({SHA}, etc). Defaults to false. |
Returns
string The encrypted password.
Defined in
libraries/joomla/user/helper.php (line 294)
- see source code in BitBucket
Referenced by
See also
SeeAlso:JUserHelper::getCryptedPassword
Examples
<CodeExamplesForm />
