Re: MD5 PasswordPacket
От | Bruce Momjian |
---|---|
Тема | Re: MD5 PasswordPacket |
Дата | |
Msg-id | 200212200233.gBK2XkC22600@candle.pha.pa.us обсуждение исходный текст |
Ответ на | MD5 PasswordPacket (Bruce Badger <bruce_badger@BadgerSE.com>) |
Список | pgsql-interfaces |
Bruce Badger wrote: > Where can I read up on the encoding of the String in the PasswordPacket > required when I get an AuthenticationMD5Password message from the backend? Read the source code. :-) > > I've looked at some code that implements the encoding, but reading the > specification (the intent) would be most useful. That string is encoded twice, once with the username string, and another time with the random salt sent from the server. > One question in particular springs to mind: can usernames and passwords > be made up of multi-byte characters, and how does this affect the MD5 > encoding? It should be fine, I think. The encoding is just a string if bytes to MD5, and there is no encoding conversion done as part of that transfer. -- Bruce Momjian | http://candle.pha.pa.us pgman@candle.pha.pa.us | (610) 359-1001+ If your life is a hard drive, | 13 Roberts Road + Christ can be your backup. | Newtown Square, Pennsylvania19073
В списке pgsql-interfaces по дате отправления: