Re: Howto For DNS Key publishing.

2009-10-30 Thread Dan Mahoney, System Admin
On Thu, 29 Oct 2009, Ciprian Dorin, Craciun wrote: On Thu, Oct 29, 2009 at 7:52 AM, Dan Mahoney, System Admin wrote: All, I've written a pretty conclusive howto on how to publish keys in DNS, including detailing the advantages and disadvantages of each method, with full examples, details on t

Re: Howto For DNS Key publishing.

2009-10-30 Thread Ciprian Dorin, Craciun
On Fri, Oct 30, 2009 at 11:31 AM, Dan Mahoney, System Admin wrote: > On Thu, 29 Oct 2009, Ciprian Dorin, Craciun wrote: > >> On Thu, Oct 29, 2009 at 7:52 AM, Dan Mahoney, System Admin >> wrote: >>> >>> All, >>> >>> I've written a pretty conclusive howto on how to publish keys in DNS, >>> includin

No secret key under different account

2009-10-30 Thread David Gray
Hello all, GPG 2.0.12 Windows Server 2003 I've written a C# application which scans for input files and decrypts using GPG. This applications works fine when run under the account (Administrator) that GPG was installed under but when run from a different account (SQLService) I get this err

entering both, password and message via standard input

2009-10-30 Thread Christoph Anton Mitterer
Hi. I have a case where I need to enter both, the passphrase and a message (that should be decrypted), via standard input. (Well, in principle it another non-interactive way for the passphrase would be ok, too, but not --passphrase-fd and neither --passphrase string). It seems that the fo

Re: No secret key under different account

2009-10-30 Thread David Shaw
On Oct 30, 2009, at 10:24 AM, David Gray wrote: Hello all, GPG 2.0.12 Windows Server 2003 I've written a C# application which scans for input files and decrypts using GPG. This applications works fine when run under the account (Administrator) that GPG was installed under but when run

RE: No secret key under different account

2009-10-30 Thread David Gray
Hi, Thanks for the info, that makes sense. That does however mean that I will end up with two sets of keyring files, does anyone know a way to share them to certain priv'd users on a server. Regards Dave -Original Message- From: Robert Hill [mailto:rh...@wfubmc.edu] Sent: 30 Octob

Question about syntax of a command

2009-10-30 Thread Faramir
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Hello, In the hypothetical case I want to encrypt a file, using 3DES symmetric algo, and without using asymmetric encryption (the file would just be encrypted with 3DES and a password provided by the user), how would it be the syntax I must e

Re: Question about syntax of a command

2009-10-30 Thread Daniel Kahn Gillmor
On 10/30/2009 02:10 PM, Faramir wrote: > In the hypothetical case I want to encrypt a file, using 3DES symmetric > algo, and without using asymmetric encryption (the file would just be > encrypted with 3DES and a password provided by the user), how would it > be the syntax I must enter? I rea

Re: Question about syntax of a command

2009-10-30 Thread David Shaw
On Oct 30, 2009, at 2:10 PM, Faramir wrote: Hello, In the hypothetical case I want to encrypt a file, using 3DES symmetric algo, and without using asymmetric encryption (the file would just be encrypted with 3DES and a password provided by the user), how would it be the syntax I must enter?

Re: Question about syntax of a command

2009-10-30 Thread Faramir
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 David Shaw escribió: > On Oct 30, 2009, at 2:10 PM, Faramir wrote: > >> Hello, >> In the hypothetical case I want to encrypt a file, using 3DES >> symmetric ... > gpg --cipher-algo 3des --symmetric Thanks, David (and Daniel), I was used to

Re: No secret key under different account

2009-10-30 Thread John Clizbe
David Gray wrote: > > Hi, > Thanks for the info, that makes sense. > > That does however mean that I will end up with two sets of keyring files, > does anyone know a way to share them to certain priv'd users on a server. Add the extra keyring(s) with 'keyring ' or 'secret-keyring ' line(s) in

Re: Question about syntax of a command

2009-10-30 Thread Laurent Jumet
-BEGIN PGP SIGNED MESSAGE- Hash: RIPEMD160 Hello Faramir ! Faramir wrote: > In the hypothetical case I want to encrypt a file, using 3DES symmetric > algo, and without using asymmetric encryption (the file would just be > encrypted with 3DES and a password provided by the user), how w