I need a function at B4A side to generate a hashed data, same as php's password_hash() does (Bcrypt, random salt), so that at my server side I can use php's password_verify() to verify that this is indeed one of my own requests before granting access to mysql database.
Any helps/tips would be greatly appreciated.
Any helps/tips would be greatly appreciated.