Welcome Guest, Not a member yet? Register   Sign In
password_hash
#1
Sad 

Por favor su ayuda en:
Me da problema al conpilar en parametro $contraseña de la funcion password_hash.

            $contraseña = $this->request->getPost('password');
            $hash = password_hash($contraseña , PASSWORD_DEFAULT);


Porque?
Reply
#2

English translate, please
Simple CI 4 project for beginners codeigniter-expenses ( topic )
Reply
#3

(04-04-2024, 05:24 PM)ozornick Wrote: English translate, please

Please help in.
I'm having problem compiling in the $contraseña parameter of the password_hash function:

$contraseña = $this->request->getPost('password');
$hash = password_hash($contraseña , PASSWORD_DEFAULT);

Why?
Reply
#4

What's your exact problem?
Reply
#5

Read this article. it will show you how to use password_hash etc.

Implementing Secure User Authentication in PHP Applications with Long-Term Persistence (Login with "Remember Me" Cookies)
What did you Try? What did you Get? What did you Expect?

Joined CodeIgniter Community 2009.  ( Skype: insitfx )
Reply




Theme © iAndrew 2016 - Forum software by © MyBB