Re: Feature Request: Add AES-128-CFB Mode Support to pgcrypto - Mailing list pgsql-hackers

From Daniel Gustafsson
Subject Re: Feature Request: Add AES-128-CFB Mode Support to pgcrypto
Date
Msg-id C0940CAE-0B17-4B8B-9182-9F573D0D8A5E@yesql.se
Whole thread Raw
In response to Feature Request: Add AES-128-CFB Mode Support to pgcrypto  (Vladyslav Nebozhyn <vlad@liberatii.com>)
List pgsql-hackers
> On 28 Jan 2025, at 11:46, Vladyslav Nebozhyn <vlad@liberatii.com> wrote:

>     • Ease of Implementation: OpenSSL already provides a straightforward API for AES-128-CFB, so adding it to
pgcryptoshould require only a few lines of code. 

IIRC we already support CFB for Blowfish so I think it would be quite easy to
add.  If you propose a patch for adding this I can volunteer to review it.

--
Daniel Gustafsson




pgsql-hackers by date:

Previous
From: Jelte Fennema-Nio
Date:
Subject: Windows CFBot is broken because ecpg dec_test.c error
Next
From: Dagfinn Ilmari Mannsåker
Date:
Subject: Re: Convert sepgsql tests to TAP