[ Index ]

PHP Cross Reference of Joomla 4.2.2 documentation

title

Body

[close]

/libraries/vendor/joomla/authentication/src/Password/ -> Argon2iHandler.php (summary)

Part of the Joomla Framework Authentication Package

Copyright: Copyright (C) 2005 - 2021 Open Source Matters, Inc. All rights reserved.
License: GNU General Public License version 2 or later; see LICENSE
File Size: 132 lines (4 kb)
Included or required:0 times
Referenced: 0 times
Includes or requires: 0 files

Defines 1 class

Argon2iHandler:: (3 methods):
  hashPassword()
  isSupported()
  validatePassword()


Class: Argon2iHandler  - X-Ref

Password handler for Argon2i hashed passwords

hashPassword($plaintext, array $options = [])   X-Ref
Generate a hash for a plaintext password

param: string  $plaintext  The plaintext password to validate
param: array   $options    Options for the hashing operation
return: string

isSupported()   X-Ref
Check that the password handler is supported in this environment

return: boolean

validatePassword($plaintext, $hashed)   X-Ref
Validate a password

param: string  $plaintext  The plain text password to validate
param: string  $hashed     The password hash to validate against
return: boolean



Generated: Wed Sep 7 05:41:13 2022 Chilli.vc Blog - For Webmaster,Blog-Writer,System Admin and Domainer