Re: How to interpret the salt sent in the AuthenticationMD5Password message from the server.

2020-09-16 Thread Tom Lane
PG Doc comments form writes: > In short, what is the format of the salt sent to the server? I think you might have a conceptual error here. The salt is sent from the server to you, not the other way around. It's just four random bytes in the AuthenticationMD5Password message, which I'm pretty s

How to interpret the salt sent in the AuthenticationMD5Password message from the server.

2020-09-16 Thread PG Doc comments form
The following documentation comment has been logged on the website: Page: https://www.postgresql.org/docs/12/protocol-message-types.html Description: I'm creating a postgresql client in gdscript (you can answer my question even if you don't know how to code in gdscript). To do this I use the pos