STATIC FUNCTION Check ( Password AS String, Crypt AS String ) AS BooleanChecks that the Password string matches the encrypted Crypt string.
![]() | The crypt algorithm is encoded in the crypt string, so you do not need to specify it. |
![]() | If Crypt is a void string, then the function always returns FALSE. |