This is a discussion on "md5 passwords" within the PHP Forum section. This forum, and the thread "md5 passwords are both part of the Program Your Website category.
|
|
|
|
|
![]() |
||
md5 passwords
|
||
| Notices |
![]() |
|
|
LinkBack | Thread Tools |
|
|||
|
md5 passwords
hi i am creating a script on my website. i want the admins to be able to see a list of all the usernames and passwords but passwords are stored as MD5.
i have got a page displaying all usernames and the MD5 passwords but i want the passwords to be in plain text. how whoul i do this? |
|
|
|
|||
|
Re: md5 passwords
Whether or not you encrypt passwords (with MD5 or something else), it is a very bad idea in most cases to have administrators able to see lists of passwords alongside user names. It makes it extremely hard to track down any security leaks (yeah, I know, you trust all you admins) and your users will be quite concerned too - remember that many of them probably use the same password for other purposes.
Why do you want your admins to be able to see the passwords anyway? If it's to help people who have forgotten their passwords, then you should email them back out - reset to a new random value if the're set with MD5. And if it's so that your admins can log in to help "as them", you would do better to have your admins log in under their true indentity as then swicth to the user they're helping. That way you can log and providea an audit trail. |
![]() |
| Tags |
| md5, passwords |
| Thread Tools | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Encrypting passwords - 2 way or 1 way? | djeyewater | PHP Forum | 3 | Mar 30th, 2008 16:09 |
| passwords | simon2233 | PHP Forum | 5 | Apr 1st, 2007 23:19 |
| change admin passwords? | swiftmed | PHP Forum | 4 | May 23rd, 2006 12:34 |
| Passwords on pages | phil19 | Hosting & Domains | 9 | Mar 25th, 2006 08:32 |
| databases, usernames and passwords.. | benbacardi | Classic ASP | 3 | Aug 11th, 2004 20:03 |