github.com/jackc/pgproto3/v2.AuthenticationMD5Password.Salt (field)
4 uses
github.com/jackc/pgproto3/v2 (current package)
authentication_md5_password.go#L12: Salt [4]byte
authentication_md5_password.go#L31: copy(dst.Salt[:], src[4:8])
authentication_md5_password.go#L41: dst = append(dst, src.Salt[:]...)
github.com/jackc/pgconn
pgconn.go#L286: digestedPassword := "md5" + hexMD5(hexMD5(pgConn.config.Password+pgConn.config.User)+string(msg.Salt[:]))
![]() |
The pages are generated with Golds v0.3.2-preview. (GOOS=darwin GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |