Re: How to DES encrypt/decrypt strings from PL/pgSQL - Mailing list pgsql-general

From Tino Wildenhain
Subject Re: How to DES encrypt/decrypt strings from PL/pgSQL
Date
Msg-id 4305C3B4.7070900@wildenhain.de
Whole thread Raw
In response to How to DES encrypt/decrypt strings from PL/pgSQL  (Együd Csaba <csegyud@vnet.hu>)
Responses Re: How to DES encrypt/decrypt strings from PL/pgSQL  (Együd Csaba <csegyud@vnet.hu>)
List 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

pgsql-general by date:

Previous
From: Tino Wildenhain
Date:
Subject: Re: [BUGS] BUG #1830: Non-super-user must be able to copy
Next
From: "A. Kretschmer"
Date:
Subject: Re: Stored functions