Hi everyone. I am developing an executable app in VFP whereby I can access my MySQL data through remote views. To illustrate: In VFP Form, there will be a username and password textboxes. After the user filled them up, a query is sent to the MySQL database. I found it very easy getting the record through ODBC and dsn. However, checking whether the password is correct will surely produce a MISMATCH since the one entered in the textbox is plain text while the one on the selected record is encrypted.
My Question is: Is there a way in VFP where I can use BCRYPT (now the default hashing algorithym in PHP/MySQL)?
Thank you very much in advance any help will be greatly appreciated... Uenav
My Question is: Is there a way in VFP where I can use BCRYPT (now the default hashing algorithym in PHP/MySQL)?
Thank you very much in advance any help will be greatly appreciated... Uenav