I have a Php application that registers a person and when the person poe the password, the password is stored in the database in hash form, with the following code
password_hash($password, PASSWORD_BCRYPT)
Then, I have an application in Jav...
asked by
16.06.2017 / 15:23