Re: Feature Request: Add AES-128-CFB Mode Support to pgcrypto

Daniel Gustafsson <daniel@yesql.se>

From: Daniel Gustafsson <daniel@yesql.se>
To: Vladyslav Nebozhyn <vlad@liberatii.com>
Cc: PostgreSQL Hackers <pgsql-hackers@postgresql.org>
Date: 2025-01-28T12:13:52Z
Lists: 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 pgcrypto should 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




Commits

  1. pgcrypto: Add support for CFB mode in AES encryption