CaMykS  1.0-20231201
Functions | Variables
password.php.inc File Reference

Password specific methods. More...

Functions

 password_encode ($pwd, $algo='', $salt='')
 
 password_check ($pwd, $hash, $algo=null, $salt='')
 
 password_md5Encode ($str)
 

Variables

const PWD_TYPE_MD5 0
 

Detailed Description

Password specific methods.

Engine / Tool Library

Author
CaMykS Team camyk.nosp@m.s.co.nosp@m.ntact.nosp@m.@gma.nosp@m.il.co.nosp@m.m
Version
1.0.2
Date
Creation: Jun 2005
Modification: Mar 2019
Note
This program is distributed as is - WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

Function Documentation

◆ password_encode()

password_encode (   $pwd,
  $algo = '',
  $salt = '' 
)

Encode password.

Parameters
string$pwd
string$algo
string$salt
Returns
string

◆ password_check()

password_check (   $pwd,
  $hash,
  $algo = null,
  $salt = '' 
)

Check password.

Parameters
string$pwd
string$hash
string$algo
string$salt
Returns
boolean

◆ password_md5Encode()

password_md5Encode (   $str)

Encode password with MD5.

Parameters
string$str
Returns
string
Deprecated:

Variable Documentation

◆ PWD_TYPE_MD5

const PWD_TYPE_MD5 0