Re: How to DES encrypt/decrypt strings from PL/pgSQL

From: Tino Wildenhain <tino(at)wildenhain(dot)de>
To: Együd Csaba <csegyud(at)vnet(dot)hu>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: How to DES encrypt/decrypt strings from PL/pgSQL
Date: 2005-08-19 11:34:12
Message-ID: 4305C3B4.7070900@wildenhain.de
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Együd Csaba schrieb:
> Hi,
> I'd like to encrypt/decrypt a given string from a stored procedure. The
> encryption method is DES.
> Is there any way to do such?

Some would say DES is more obfuscation rather then encryption .-)
But I believe it is contained in the contrib/pgcrypto extension.

(Depending on your system, postgresql-contrib might be an extra
package)

Regards
Tino

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message A. Kretschmer 2005-08-19 11:38:20 Re: Stored functions
Previous Message Tino Wildenhain 2005-08-19 11:31:56 Re: [GENERAL] BUG #1830: Non-super-user must be able to copy