Welcome Guest, Not a member yet? Register   Sign In
clear text password to ?
#7

(This post was last modified: 04-22-2021, 07:50 AM by Muzikant.)

The best practice is using strong hash functions and salt. Never use plain text or weak MD5 or SHA1 hash functions. Salting passwords is very important for differentiating possible same passwords. Everything you need is to use these two PHP functions:
password_hash
password_verify

I recommend you to use Ion Auth authentication library for your CodeIgniter 3 project. Do not forget on HTTPS on your web server.
Reply


Messages In This Thread
clear text password to ? - by richb201 - 04-21-2021, 01:28 AM
RE: clear text password to ? - by InsiteFX - 04-21-2021, 03:09 AM
RE: clear text password to ? - by richb201 - 04-21-2021, 07:22 AM
RE: clear text password to ? - by paliz - 04-21-2021, 04:03 AM
RE: clear text password to ? - by albertleao - 04-21-2021, 10:16 AM
RE: clear text password to ? - by kleber - 04-21-2021, 11:33 AM
RE: clear text password to ? - by Muzikant - 04-22-2021, 02:45 AM
RE: clear text password to ? - by InsiteFX - 04-22-2021, 04:51 AM
RE: clear text password to ? - by richb201 - 04-23-2021, 08:02 AM



Theme © iAndrew 2016 - Forum software by © MyBB