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

(This post was last modified: 04-21-2021, 10:17 AM by albertleao.)

Never ever, ever... ever use clear text passwords.

Did I say ever?


Anyways... if whatever auth framework you're using doesn't support hashing your password, don't use it. If you're rolling your own, please read as much as you can so you know what you're doing. Take a look at the built in php password functions that can use something like bcrypt hashing

https://www.php.net/manual/en/ref.password.php


Did I already mention you should never store passwords in clear text?
Codeigniter is simply one of the tools you need to learn to be a successful developer. Always add more tools to your coding arsenal!
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