Re: bug in pgadmin III

From: <Tom(dot)Zschockelt(at)flender(dot)com>
To: pgadmin-support(at)postgresql(dot)org
Subject: Re: bug in pgadmin III
Date: 2003-11-18 08:12:20
Message-ID: OFAA1FA78F.DBD9F974-ONC1256DE2.002CC60B-C1256DE2.002D2672@flender.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-support

Hi,

I originally meant that the password inputbox shows the password like
"mypassword" and not like "**********"

regards, Tom

---------------------- Weitergeleitet von Tom Zschockelt/Penig/Flender on 18.11.2003 09:09 ---------------------------
Gesendet von: pgadmin-support-owner(at)postgresql(dot)org
An: "Christopher Kings-Lynne" <chriskl(at)familyhealth(dot)com(dot)au>
Kopie: "Andreas Pflug" <pgadmin(at)pse-consulting(dot)de>, "Michiel Lange"
<Michiel_Lange(at)actuera(dot)com>, <pgadmin-support(at)postgresql(dot)org>
Thema: Re: [pgadmin-support] bug in pgadmin III

> -----Original Message-----
> From: Christopher Kings-Lynne [mailto:chriskl(at)familyhealth(dot)com(dot)au]
> Sent: 18 November 2003 01:19
> To: Dave Page
> Cc: Andreas Pflug; Michiel Lange; pgadmin-support(at)postgresql(dot)org
> Subject: Re: [pgadmin-support] bug in pgadmin III
>
>
> >>If you know how to encrypt the password, we certainly could
> supply the
> >>option to enter it that way...
> >
> >
> > It's just an md5 hash prefixed with 'md5' isn't it?
>
> ???
>
> Don't you just go ALTER USER blah ENCRYPTED PASSWORD 'asdf';
>
> And postgres itself will encrypt it for you.

Yeah, but the idea is to encrypt client-side to prevent sending
passwords over the wire in cleartext. The can be loaded from a dump
pre-hashed, so why can't we set them that way for a little extra
security?

> Your SQL view should show whatever PostgreSQL's pg_dump shows I think.

Agreed. Normally, I would hope that is a hash...

Regards, Dave

---------------------------(end of broadcast)---------------------------
TIP 2: you can get off all lists at once with the unregister command
(send "unregister YourEmailAddressHere" to majordomo(at)postgresql(dot)org)

Browse pgadmin-support by date

  From Date Subject
Next Message Dave Page 2003-11-18 08:19:14 Re: bug in pgadmin III
Previous Message Dave Page 2003-11-18 08:06:05 Re: pgAdmin bug? creating functions