php - Secure password storage -
i'm developing web service users must login. store user data in sql database , input/output via php. don't want store openly. how encrypt passwords in php knows password can unlock it?
i know services phpbb uses sort of hiding/encryption on stored passwords.
the easiest way password storage scheme secure using standard library.
because security tends lot more complicated , more invisible screw possibilities programmers tackle alone, using standard library easiest , secure (if not only) available option.
see this answer more info
Comments
Post a Comment