PDA

View Full Version : Use of GNOME keyring for storing keys



paragamritkar
August 31st, 2011, 06:46 PM
I am working on the solution to store the keys securely for inherent cryptographic solution (file security) in the mainline linux kernel for that i
have decided to use asymmetric key combination.
So i needed to store the public and private keys for encrypting and decrypting the files.
Encryption->public key
Decryption->private key
Will Keyring help me?
And what public and private key combination should i use for efficiency?
How GNOME + Linux kernel can be used for the same?