Thread

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

    Peter T Mount <psqlhack@maidast.demon.co.uk> — 1998-02-21T10:40:24Z

    On Thu, 19 Feb 1998, Phil Thompson wrote:
    
    > How UNIX specific is crypt()? At the moment the same password can be
    > used with clients that support crypt(), and send the password encrypted,
    > and those that don't, and send the password in clear.
    > 
    > If you want to store encrypted passwords then the encryption method used
    > must be supported by all types of client - or be included as part of the
    > PostgreSQL distribution.
    
    To implement the current crypt authentication in the JDBC driver, we had
    to supply a crypt class.
    
    	src/interfaces/jdbc/postgresql/util/UnixCrypt.java
    
    > 
    > Phil
    > 
    
    -- 
    Peter T Mount  petermount@earthling.net or pmount@maidast.demon.co.uk
    Main Homepage: http://www.demon.co.uk/finder
    Work Homepage: http://www.maidstone.gov.uk Work EMail: peter@maidstone.gov.uk