public inbox for [email protected]
help / color / mirror / Atom feedFrom: Vladimir Sitnikov <[email protected]>
To: [email protected]
Subject: [pgjdbc/pgjdbc] 53799e: refactor: document that encodePassword will zero o...
Date: Thu, 04 Jan 2024 00:22:07 -0800
Message-ID: <pgjdbc/pgjdbc/push/refs/heads/master/[email protected]> (raw)
Branch: refs/heads/master
Home: https://github.com/pgjdbc/pgjdbc
Commit: 53799e4fd733e8a7e288025388b284c15b523a09
https://github.com/pgjdbc/pgjdbc/commit/53799e4fd733e8a7e288025388b284c15b523a09
Author: Vladimir Sitnikov <[email protected]>
Date: 2024-01-03 (Wed, 03 Jan 2024)
Changed paths:
M pgjdbc/src/main/java/org/postgresql/PGConnection.java
M pgjdbc/src/main/java/org/postgresql/util/PasswordUtil.java
M pgjdbc/src/test/java/org/postgresql/test/util/PasswordUtilTest.java
Log Message:
-----------
refactor: document that encodePassword will zero out the password array, and remove driver's default encodePassword
Having unknown driver's default password encoding does not help clients
as they will not be sure if the database supports the encoding or not.
They should prefer org.postgresql.PGConnection#alterUserPassword as it would
select database-default encoding which might improve over time.
reply
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Reply to all the recipients using the --to and --cc options:
reply via email
To: [email protected]
Cc: [email protected], [email protected]
Subject: Re: [pgjdbc/pgjdbc] 53799e: refactor: document that encodePassword will zero o...
In-Reply-To: <pgjdbc/pgjdbc/push/refs/heads/master/[email protected]>
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
This inbox is served by agora; see mirroring instructions
for how to clone and mirror all data and code used for this inbox