- Upvotes Received
- 2
- Posts with Upvotes
- 2
- Upvoting Members
- 1
- Downvotes Received
- 0
- Posts with Downvotes
- 0
- Downvoting Members
- 0
7 Posted Topics
Check my login function which returns the user data as array also with secure hashed password, note when you secure password store it as blob the convert it back for verification, also check my conversion function aswell. Note: password is hashed and using salt by: password_hash('password', PASSWORD_ARGON2ID); Hope this helps …
Is there a way to get the data from an registration form by counting the inputs and textfields but excluding the submit and hidden ones? Lets say I have a form with 5 input fields that contains the data for registration can I make an array for all so when …
Have you started the session somewere first?
I think you should never echo the hased password and save the hashed password in db as blob and decode it only for verification cause when you password_verify($pas, $hashed), 1st checks dictionary depending on the algorithm you use then salt and then hashed algorithm after that it changes the salt …
I think there is also <canvas></canvas> that must be added to the list
I'm not a php expert but I wonder if there is a way to secure the tunnel with https and if can somehow use some sort of certificate to the session from the class when it outputs the userdata into session and read it as an input by the class? …
<?php session_id(); // to set session id session_name(); // to set the session name session_start(); // start the session before $_SESSION otherwise there is no $_SESSION not even a NULL one isset($_SESSION);
The End.
Stelian_1