passwordVerify | Multi Theft Auto: Wiki Skip to content

passwordVerify

Client-side
Server-side
Shared

This page is incomplete! Help wanted!

Please finish this page using the corresponding Old Wiki article.
Go to Contribution guidelines for more information.


This function verifies whether a password matches a password hash.

Note

Using passwordHash is the recommended way of storing passwords.

Caution

It is strongly recommended to use the async version of the function (i.e. provide a callback function). Otherwise, you will experience short freezes due to the slow nature of the bcrypt algorithm

Syntax

passwordVerify ( )

Code Examples

Script Example Missing

Function passwordVerify needs a script example. Help out by writing one.

Contribution guidelines