md5 passwords

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.



Go Back   Webforumz.com > Main Forums > Program Your Website > PHP Forum

Notices


Reply
 
LinkBack Thread Tools
  #1 (permalink)  
Old Jan 14th, 2007, 02:18
New Member
Join Date: Jan 2007
Location: uk
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
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?
Reply With Quote

  #2 (permalink)  
Old Jan 14th, 2007, 12:03
Ryan Fait's Avatar
SuperMember

SuperMember
Join Date: May 2006
Location: Las Vegas
Posts: 3,786
Thanks: 0
Thanked 0 Times in 0 Posts
Re: md5 passwords

The point of MD5 is so that it can't be unencrypted. There isn't an automated way to do that.
Reply With Quote
  #3 (permalink)  
Old Jan 14th, 2007, 15:07
Reputable Member
Join Date: Jul 2005
Location: Melksham, Wilts, UK
Posts: 293
Thanks: 0
Thanked 0 Times in 0 Posts
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.
Reply With Quote
Reply

Tags
md5, passwords

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

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


All times are GMT. The time now is 01:44.


Powered by vBulletin®
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.2.0 RC8
© 2003-2008 Webforumz.com : All Rights Reserved

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43