Re: Is there still password max length restrictions in PG? - Mailing list pgsql-hackers

From Daniel Gustafsson
Subject Re: Is there still password max length restrictions in PG?
Date
Msg-id 0B2DDC93-BC3E-4DD5-A4E4-2BFA20474027@yesql.se
Whole thread Raw
In response to Re: Is there still password max length restrictions in PG?  ("Sean" <iihero@qq.com>)
Responses Re: Is there still password max length restrictions in PG?
List pgsql-hackers
> On 18 Mar 2024, at 14:43, Sean <iihero@qq.com> wrote:
>
> Hi,
> Thanks for your information.  Even using SCRAM,  when specified the content of "password",  still there is a basic
requestabout 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




pgsql-hackers by date:

Previous
From: "Sean"
Date:
Subject: Re: Is there still password max length restrictions in PG?
Next
From: "Sean"
Date:
Subject: Re: Is there still password max length restrictions in PG?