Re: [SQL] Encryption functions

2006-05-18 Thread Thusitha Kodikara
Thanks for the guidance .-Thusitha"D'Arcy J.M. Cain" wrote: On Thu, 18 May 2006 06:44:55 -0600Michael Fuhr <[EMAIL PROTECTED]> wrote:> On Thu, May 18, 2006 at 04:21:19AM -0700, Thusitha Kodikara wrote:> > Are there any encryption functions that can be used in> > SQL inserts and selects directly?

Re: [SQL] Encryption functions

2006-05-18 Thread Thusitha Kodikara
Thanks Michael, I'll check that module.Michael Fuhr <[EMAIL PROTECTED]> wrote: On Thu, May 18, 2006 at 04:21:19AM -0700, Thusitha Kodikara wrote:> Are there any encryption functions that can be used in> SQL inserts and selects directly? For example like> "select encryptin_function('test_to_be_encr

Re: [SQL] Encryption functions

2006-05-18 Thread D'Arcy J.M. Cain
On Thu, 18 May 2006 09:13:39 -0400 "D'Arcy J.M. Cain" wrote: > If your requirements are simpler check out the genpass module. It is a Sorry, chkpass module. -- D'Arcy J.M. Cain | Democracy is three wolves http://www.druid.net/darcy/| and a sheep voting on +1 416 425

Re: [SQL] Encryption functions

2006-05-18 Thread D'Arcy J.M. Cain
On Thu, 18 May 2006 06:44:55 -0600 Michael Fuhr <[EMAIL PROTECTED]> wrote: > On Thu, May 18, 2006 at 04:21:19AM -0700, Thusitha Kodikara wrote: > > Are there any encryption functions that can be used in > > SQL inserts and selects directly? For example like > > "select encryptin_function('test_to

Re: [SQL] Encryption functions

2006-05-18 Thread Michael Fuhr
On Thu, May 18, 2006 at 04:21:19AM -0700, Thusitha Kodikara wrote: > Are there any encryption functions that can be used in > SQL inserts and selects directly? For example like > "select encryptin_function('test_to_be_encrypted'), " See the contrib/pgcrypto module. It has functions like