Re: [GENERAL] PGP encrypt/decrypt - Prereqistes

2011-06-15 Thread Vikram A
my decision and about the use of PGP functions. Thank you. Vikram A From: Craig Ringer To: Vikram A Cc: PGSQL - Genearal Sent: Tuesday, 14 June 2011 12:52 PM Subject: Re: [GENERAL] PGP encrypt/decrypt - Prereqistes On 14/06/11 14:29, Vikram A wrote: >

Re: [GENERAL] PGP encrypt/decrypt - Prereqistes

2011-06-14 Thread Vick Khera
On Mon, Jun 13, 2011 at 11:51 PM, Vikram A wrote: > I would like to crypt certain sensitive information in my applications such > as Student register number, their marks, results etc. For this reason i done > a study for doing encryption. Where I found that this PGP will help > the encryption/decr

Re: [GENERAL] PGP encrypt/decrypt - Prereqistes

2011-06-14 Thread Craig Ringer
On 14/06/11 14:29, Vikram A wrote: > My application work in a LAN. It will not with across internet. Number > users also less than 25. Only certain information to be cipher. Also I > do not want such a complicated public and private key as PGP defines. As > you said, I would like to go for simple[

Re: [GENERAL] PGP encrypt/decrypt - Prereqistes

2011-06-13 Thread Alban Hertroys
On 14 Jun 2011, at 5:51, Vikram A wrote: > Dear Mr. Craig Ringer, > Thank you for your response. > I would like to crypt certain sensitive information in my applications such > as Student register number, their marks, results etc. For this reason i done > a study for doing encryption. Where I f

Re: [GENERAL] PGP encrypt/decrypt - Prereqistes

2011-06-13 Thread Vikram A
so once it used. Please give your thoughts on this. Thank you Vikram From: Craig Ringer To: Vikram A Cc: PGSQL - Genearal Sent: Tuesday, 14 June 2011 11:00 AM Subject: Re: [GENERAL] PGP encrypt/decrypt - Prereqistes On 14/06/11 11:51, Vikram A wrote: > D

Re: [GENERAL] PGP encrypt/decrypt - Prereqistes

2011-06-13 Thread Craig Ringer
On 14/06/11 11:51, Vikram A wrote: > Dear Mr. Craig Ringer, > Thank you for your response. > I would like to crypt certain sensitive information in my applications > such as Student register number, their marks, results etc. For this > reason i done a study for doing encryption. Where I found that

Re: [GENERAL] PGP encrypt/decrypt - Prereqistes

2011-06-13 Thread Vikram A
aral Sent: Friday, 10 June 2011 6:20 PM Subject: Re: [GENERAL] PGP encrypt/decrypt - Prereqistes On 06/10/2011 05:22 PM, Vikram A wrote: > I am new to postgreSQL. I would like to use encrypt/decrypt using PGP > keys on windows. It'd be helpful to know in more detail what you want t

Re: [GENERAL] PGP encrypt/decrypt - Prereqistes

2011-06-10 Thread Craig Ringer
On 06/10/2011 05:22 PM, Vikram A wrote: I am new to postgreSQL. I would like to use encrypt/decrypt using PGP keys on windows. It'd be helpful to know in more detail what you want to encrypt and decrypt, and how. Getting crypto right is about a lot more than using good algorithms and good im

[GENERAL] PGP encrypt/decrypt - Prereqistes

2011-06-10 Thread Vikram A
Hi there, I am new to postgreSQL. I would like to use encrypt/decrypt using PGP keys on windows. May i know, 1. What should i know before i proceed? 2. Any manual to follow the steps ? Thank you in advance Vikram