Re: Encrypting pg_shadow passwords - Mailing list pgsql-hackers

From Joe Conway
Subject Re: Encrypting pg_shadow passwords
Date
Msg-id 00c201c0f5f5$1b6af180$d7d310ac@jecw2k1
Whole thread Raw
In response to Encrypting pg_shadow passwords  (Bruce Momjian <pgman@candle.pha.pa.us>)
List pgsql-hackers
> Well said.  (I don't recall what HMAC stands for; maybe others don't
also.)
>

HMAC stands for Hash based Message Authentication Code. Here's a link to the
paper which originally introduced it, for those who are interested:

http://www-cse.ucsd.edu/users/mihir/papers/kmd5.pdf

-- Joe



pgsql-hackers by date:

Previous
From: ncm@zembu.com (Nathan Myers)
Date:
Subject: Re: RE: Row Versioning, for jdbc updateable result sets
Next
From: ncm@zembu.com (Nathan Myers)
Date:
Subject: Re: Doing authentication in backend