Re: encrypt function
Re: encrypt function
От:
Radu-Adrian Popescu <radu.popescu@aldratech.com>
Дата:
On Mon, 2003-10-20 at 23:46, Priya G wrote:
Yes, there is. See contrib/crypt - there's a library with crypto stuff, C source code
and SQL bindings (i.e. external functions).
Cheers,
Is there any encrypt function in postgres? like encrypt('string')...
Yes, there is. See contrib/crypt - there's a library with crypto stuff, C source code
and SQL bindings (i.e. external functions).
Cheers,
Thanks,
pn
See when your friends are online with MSN Messenger 6.0. Download it now FREE!
-- Radu-Adrian Popescu CSA, DBA, Developer Aldratech Ltd. +40213212243 |
encrypt function
От:
"Priya G" <sreepriya@hotmail.com>
Дата:
Is there any encrypt function in postgres? like encrypt('string')...
Thanks,
pn
See when your friends are online with MSN Messenger 6.0. Download it now FREE!
Re: encrypt function
От:
"scott.marlowe" <scott.marlowe@ihs.com>
Дата:
On Mon, 20 Oct 2003, Priya G wrote:
>
>
> Is there any encrypt function in postgres? like encrypt('string')...
Yes, but they're not built in, you need to look in the
source/contrib/pgcrypto directory to find them.