API17

JUserHelper::getCryptedPassword

From Joomla! Documentation

Revision as of 18:33, 20 April 2011 by Doxiki2 (talk | contribs) (Bulk upload by Doxiki2)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

The "API17" namespace is an archived namespace. This page contains information for a Joomla! version which is no longer supported. It exists only as a historical reference, it will not be improved and its content may be incomplete and/or contain broken links.

Joomla 11.1 JUserHelper::getCryptedPassword[edit]

Description[edit]

Formats a password using the current encryption.

Template:Description:JUserHelper::getCryptedPassword [Edit Descripton]

Synopsis[edit]

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[edit]

string The encrypted password.

Defined in[edit]

libraries/joomla/user/helper.php

Referenced by[edit]

See also[edit]

[Edit See Also]

Template:SeeAlso:JUserHelper::getCryptedPassword

Examples[edit]

<CodeExamplesForm />