Best Strategy to store priv key on Windows
Hi,
I currently doing a program (front end) for a end user to be able to :
1) Generate a PGP keypair (RSA)
2) Encrypt documents to send, decrypt documents received
For the public key (that i need to broadcast), i think the best way is to use a PKS (based on a LDAP server) isn't it.
For the private key, i wonder what is the best strategy to store it when working at software level on Windows & *nix (if i enabled access to third party hardware, i think the best strategies are SmartCard or Biomectrics devices)
The PGP priv key that i generate (using BouncyCastle) is stored as a File (secret.asc for example, and protected by a passphrase) : but where could i store it on Windows : store the file in the C:\Docuemnts and Settings\<username> directory? in the Windows registry?...
Any help is welcome.
Laurent

