Re: Is there still password max length restrictions in PG?

From: Daniel Gustafsson <daniel(at)yesql(dot)se>
To: Sean <iihero(at)qq(dot)com>
Cc: pgsql-hackers <pgsql-hackers(at)lists(dot)postgresql(dot)org>
Subject: Re: Is there still password max length restrictions in PG?
Date: 2024-03-18 13:49:58
Message-ID: 0B2DDC93-BC3E-4DD5-A4E4-2BFA20474027@yesql.se
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

> On 18 Mar 2024, at 14:43, Sean <iihero(at)qq(dot)com> wrote:
>
> Hi,
> Thanks for your information. Even using SCRAM, when specified the content of "password", still there is a basic request about the length of it. From the source code, seems there is no restriction, right? 

SCRAM stores a hashed fixed-size representation of the password, so there is no
restriction in terms of length on the user supplied secret.

--
Daniel Gustafsson

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Sean 2024-03-18 13:51:27 Re: Is there still password max length restrictions in PG?
Previous Message Sean 2024-03-18 13:43:27 Re: Is there still password max length restrictions in PG?