php - How to show hashed password -


i have hashed password users register on website , using password verify function, can check original password against hashed 1 , allow them login. on account page, want them see original password shows hashed password in account page. there function convert hashed password original on account page?

i have hashed password users register on website , using password verify function

good, ask

i want them see original password shows hashed password in account page. there function convert hashed password original on account page?

no can't or kills whole purpose of hashing.

so in words, users cannot update password right? because have update info page too

to able update password don't need see it, need know it.


Comments

Popular posts from this blog

javascript - Using jquery append to add option values into a select element not working -

Android soft keyboard reverts to default keyboard on orientation change -

jquery - javascript onscroll fade same class but with different div -