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

2005-08-19 Thread Együd Csaba
Thank you very much. -- Csaba -Original Message- From: Tino Wildenhain [mailto:[EMAIL PROTECTED] Sent: Friday, August 19, 2005 1:34 PM To: Együd Csaba Cc: pgsql-general@postgresql.org Subject: Re: [GENERAL] How to DES encrypt/decrypt strings from PL/pgSQL Együd Csaba schrieb: >

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

2005-08-19 Thread Tino Wildenhain
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