Re: encode/decode support for base64url - Mailing list pgsql-hackers

From Daniel Gustafsson
Subject Re: encode/decode support for base64url
Date
Msg-id 107803A5-10CA-4FBD-A5A3-ABEC3826EC22@yesql.se
Whole thread Raw
In response to Re: encode/decode support for base64url  (Florents Tselai <florents.tselai@gmail.com>)
Responses Re: encode/decode support for base64url
List pgsql-hackers
> On 10 Mar 2025, at 12:28, Florents Tselai <florents.tselai@gmail.com> wrote:

> Here's a C implementation for this, along with some tests and documentation.
> Tests are copied from cpython's implementation of urlsafe_b64encode and urlsafe_b64decode.

+         <function>base64url_encode</function> ( <parameter>input</parameter> <type>bytea</type> )

Shouldn't this be modelled around how base64 works with the encode() and
decode() functions, ie encode('123\001', 'base64')?

    https://www.postgresql.org/docs/devel/functions-binarystring.html

--
Daniel Gustafsson




pgsql-hackers by date:

Previous
From: Kirill Reshke
Date:
Subject: Re: Extensible storage manager API - SMGR hook Redux
Next
From: Florents Tselai
Date:
Subject: Re: encode/decode support for base64url