Using pgcrypto with AES-256 bits?

From: "Stas Oskin" <stas(at)neo(dot)co(dot)il>
To: <pgsql-general(at)postgresql(dot)org>
Subject: Using pgcrypto with AES-256 bits?
Date: 2005-04-30 23:16:09
Message-ID: 200504302216.BCM72540@romy.inter.net.il
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Hello.

I tried the pgcrypto contrib module with the AES default encryption. It
works pretty nice, but I understand that it's using 128 bit key strength. Is
there any built-in support for the 256 bit key strength? Or it should be
used via external libraries?

AFAIK, the support of mhash and mcrypt was dropped from the recent version
of the module, so the AES 256 functionality can be only provided by OpenSSL?

Thank you.

Stas.

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Typing80wpm 2005-04-30 23:55:19 Postgresql and small office p2p networks & ODBC
Previous Message Mike Nolan 2005-04-30 20:29:31 Re: Tuning queries inside a function