Hello, I ask information to you that you are much more experienced than me that I am learning. I would like to create an administrative panel with the only possibility to be logged in to the admin. Your wisest thing which is to carry out safely login?
Let me explain, I create a mysql database table called "admin", insert a line that corresponds to the admin data, the type, (username = admin and password already inserted according to the crypt hash).
Now, by creating the login.php, I just need to verify the password (password_verify) to make sure it's safe?
Thank you