JUserHelper::getCryptedPassword/1.5
From Joomla! Documentation
JUserHelper::getCryptedPassword
Description
Formats a password using the current encryption.
Description:JUserHelper::getCryptedPassword [Edit Descripton]
public function 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 on line 107 of libraries/joomla/user/helper.php
- Referenced by
See also
-
JUserHelper::getCryptedPassword on api.joomla.org
-
JUserHelper source code on JoomlaCode
-
Class JUserHelper
-
Subpackage User
- Other versions of JUserHelper::getCryptedPassword
SeeAlso:JUserHelper::getCryptedPassword [Edit See Also]
User contributed notes
<CodeExamplesForm />