20.05.2017, 00:48
Strcmp (native function) is used to compare strings (or more precisely, 2 strings). Do the same procedure on "inputtext" (var returned by OnDialogResponse, being the inputted text in the dialog) and compare it to the hash provided by an SQL statement (load the hash and use the variable/array to compare instead of a repetitive query).
Also, a hash isn't a form of encryption. Hashes are one way.
Also, a hash isn't a form of encryption. Hashes are one way.