gpg doesn't fail on target file existing when decrypting

2009-03-11 Thread Andrew Flerchinger
I'm in windows trying to run gpg (GnuPG) 1.4.9 (Gpg4win 1.1.4) in batch mode, completely non-interactive. I can encrypt a file like this: gpg --passphrase **PASS** --trust-model always --batch --output "test.txt.pgp" --sign --recipient **RECIP** --encrypt "test.txt" and it runs fine. If I do it a

Re: How to create a keyring

2009-03-11 Thread Werner Koch
On Wed, 11 Mar 2009 13:23, sangeeth...@gmail.com said: > I want to create keyring. Anyone kindly tell me how to create keyring or gpg creates the keyring on the fly. The keyrings ~/.gnupg/{sec,pub}ring.gpg are properties of gpg and should not be accessed by other tools. Use the --export command

How to create a keyring

2009-03-11 Thread sangeethat
I want to create keyring. Anyone kindly tell me how to create keyring or suggest me some documentation for the above. I want to get detailed knowledge of this.I need this for creating Release.gpg file for my repository. Thank u. -- View this message in context: http://www.nabble.com/How-to-creat