Storing password in keyring

2010-01-22 Thread Mohan Radhakrishnan
Hi, Question 1 : Is there any way to store a password in a keyring ? I don't have a database for this. I was just thinking that I can hash a password and use a keyring to store it to avoid the need for a database. Question 2 : Can I split a private(decrypting) key and

Re: Storing password in keyring

2010-01-22 Thread David Shaw
On Jan 21, 2010, at 6:03 AM, Mohan Radhakrishnan wrote: Hi, Question 1 : Is there any way to store a password in a keyring ? I don't have a database for this. I was just thinking that I can hash a password and use a keyring to store it to avoid the need for a database. Not