Re: [HACKERS] Solution to the pg_user passwd problem !?? (c)

From: Brett McCormick <brett(at)work(dot)chicken(dot)org>
To: jwieck(at)debis(dot)com (Jan Wieck)
Cc: Andreas(dot)Zeugswetter(at)telecom(dot)at (Zeugswetter Andreas SARZ), pgsql-hackers(at)hub(dot)org
Subject: Re: [HACKERS] Solution to the pg_user passwd problem !?? (c)
Date: 1998-02-19 17:47:47
Message-ID: 199802191747.JAA08502@abraxas.scene.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers


Have we considering using the unix crypt function for passwords? That
way it wouldn't matter (as much) if people saw the password, and would
still be (somewhat less) secure.

On Thu, 19 February 1998, at 15:55:07, Jan Wieck wrote:

> Cracked!
>
> create table get_passwds (usename name, passwd text);
> insert into get_passwds select usename, passwd from pg_user;
> select * from get_passwds;
> usename|passwd
> -------+------
> pgsql |
> wieck |test
> (2 rows)
>
>
>
> Sorry, Jan
>
> --
>
> #======================================================================#
> # It's easier to get forgiveness for being wrong than for being right. #
> # Let's break this rule - forgive me. #
> #======================================== jwieck(at)debis(dot)com (Jan Wieck) #
>
>

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message D'Arcy J.M. Cain 1998-02-19 17:55:45 Re: [HACKERS] Solution to the pg_user passwd problem !?? (c)
Previous Message The Hermit Hacker 1998-02-19 17:29:08 Re: AW: [HACKERS] Solution to the pg_user passwd problem !?? (c)