RE: GnuGP Error

2011-04-07 Thread Lee Elcocks
What is the error? > Subject: GnuGP Error > To: Gnupg-users@gnupg.org > From: bshadl...@hertz.com > Date: Thu, 7 Apr 2011 15:25:28 +1300 > > > Hi there, > > We are using GnuGP 1.1.3 on a few PCs, all able to decrypt using 1 public > key. I can use it on my PC, but a new user on a new PC is ge

RE: gpg-zip : passphrase as parameter for scripts

2011-04-04 Thread Lee Elcocks
g-zip, and neither does GPG, thats what the error is telling you. > Date: Mon, 4 Apr 2011 16:43:08 +0200 > Subject: Re: gpg-zip : passphrase as parameter for scripts > From: arno.stef...@googlemail.com > To: l_elco...@hotmail.co.uk > > 2011/4/4 Lee Elcocks : > >

RE: gpg-zip : passphrase as parameter for scripts

2011-04-04 Thread Lee Elcocks
Take the space out between the "password" and the pipe I.E. echo password| gpg-zip > Date: Mon, 4 Apr 2011 03:02:08 -0700 > From: arno.stef...@googlemail.com > To: gnupg-users@gnupg.org > Subject: gpg-zip : passphrase as parameter for scripts > > > I am using in a script, with more than one

RE: Hi

2011-03-31 Thread Lee Elcocks
> > > The first spammer I have seen thus far. Did not know they existed here. > On 31/03/2011 10:27 AM, Lee Elcocks wrote: > > hi it's in your best interests to start this right away http://bit.ly/gntBne > > > > ___ >

Hi

2011-03-31 Thread Lee Elcocks
hi it's in your best interests to start this right away http://bit.ly/gntBne ___ Gnupg-users mailing list Gnupg-users@gnupg.org http://lists.gnupg.org/mailman/listinfo/gnupg-users

RE: empty file generated when running GPG batch

2011-03-24 Thread Lee Elcocks
Your out put should look like this. "C:\encryptedfiles\%%F.pgp" %%F From: jer...@jeromebaum.com To: johnathan.barb...@elephant.com Subject: Re: empty file generated when running GPG batch Date: Thu, 24 Mar 2011 10:53:23 + CC: gnupg-users@gnupg.org jb writes: > Hi, this is running i

RE: How can I drop a file for encryption on the GPA FileManager

2010-11-22 Thread Lee Elcocks
Good Luck with GPG4win, i cannot find any decent documentation on how to use! and get no reply's from the GPG4Win mailing lists either. You can't sign and encrypt a file at the same time either through the command line so i had to abort and go back to PGP. Really annoyed i waisted my time on th

GPG 4 Win

2010-11-18 Thread Lee Elcocks
Hello I have finaly managed to import PKSC12 files into GPGSM. Is their a way of importing OpenPGP keys into GPGSM? When trying i am just getting error Error: End of file The client insists that we use RSA keys using openSSL and bundle into P.12 Files, their public key are come as .txt

GPG4WIN

2010-11-15 Thread Lee Elcocks
Hi Couple of questions if i can about GPG4Win? I need to import .p12 files, how do i do this via the command line Do i need to make config changes somewhere? Can i automate GPG2 like i could GPG? Can i make a config file and load extension IDEA.dll so that it can use IDEA algorithm? Ar

FW: Import .p12 key file

2010-11-11 Thread Lee Elcocks
if i import a p12 key file into a trial version of PGP and then export the key back out (including the private key) i can then import the key into GPG. PGP exports the key as a .ASC file. As a newb, can someone explain what PGP does to the key so that GPG accepts it? Thanks From: l_elco

RE: Import .p12 key file

2010-11-11 Thread Lee Elcocks
I use GPG version 1.4.10 is this one of the verrsions that *can* support pkcs12 keys? If so, How? Lee > From: w...@gnupg.org > To: r...@sixdemonbag.org > Subject: Re: Import .p12 key file > Date: Wed, 10 Nov 2010 19:29:51 +0100 > CC: gnupg-users@gnupg.org > > On Wed, 10 Nov 2010 18:37, r..

Import .p12 key file

2010-11-10 Thread Lee Elcocks
Hi I want to be able to import our private keys into GPG. Our keys are .p12 files but this doesnt seem to work. Is their a way to get these .p12 key files into GPG? if so, what is the command? Many thanks for any help. Lee

RE: Scripting

2010-10-12 Thread Lee Elcocks
, please could you give the command, by the way does putty support SFTP with TLS authentication? > Subject: Re: Scripting > From: reid.thomp...@ateb.com > To: l_elco...@hotmail.co.uk > CC: reid.thomp...@ateb.com > Date: Tue, 12 Oct 2010 08:45:46 -0400 > > On Tue, 2010-10-12 at

Scripting

2010-10-12 Thread Lee Elcocks
Hello all. This is my last resort. I know that this is not the realy the correct place to pose such a question. I have now succesfully set up a fully automated GPG solution, with the help of all of you on this list. However my next task is to intergrate the scripts with GPG with WINS

gnu automatic decryption

2010-10-08 Thread Lee Elcocks
SETLOCAL PATH=C:\Program Files (x86)\GNU\GnuPG;%PATH% >"%TMP%\~decryptlist.txt" DIR /B "C:\decrypt_here" PUSHD "C:\decrypt_here" FOR /F "delims=" %%F IN ('MORE ^< "%TMP%\~decryptlist.txt"') DO ( IF EXIST %%F ( ECHO bingos| GPG --batch --yes --passphrase-fd 0 --decrypt-files *.pgp -o "C:\decrypted

RE: batch file automation -Nearly There!

2010-10-08 Thread Lee Elcocks
Hi, I have the signing key as the default key in the config file, do i still have to use both in the command, the encyption and signing is working perfectly, just the output of the file name (and size) that i cannot get to work. Im really sorry, ell explain what i need the script to be able

batch file automation -Nearly There!

2010-10-07 Thread Lee Elcocks
SETLOCAL PATH=C:\Program Files (x86)\GNU\GnuPG;%PATH% >"%TMP%\~encryptlist.txt" DIR /B "C:\outgoingdropfolder" PUSHD "C:\outgoingdropfolder" FOR /F "delims=" %%F IN ('MORE ^< "%TMP%\~encryptlist.txt"') DO ( IF EXIST %%F ( ECHO bingos| GPG --batch -se --passphrase-fd 0 -r PGPTOKEY -o "C:\encryp

[no subject]

2010-10-06 Thread Lee Elcocks
on windows scheduler. I want to drop any file into the drop folder and GPG to output the encyrpted file with the same name. The file names will be different everytime. Any help with this greatly appreciated Lee Elcocks

encryption automation

2010-10-06 Thread Lee Elcocks
scheduler. I want to drop any file into the drop folder and GPG to output the encyrpted file with the same name. The file names will be different everytime. Any help with this greatly appreciated Lee Elcocks

schedule batch file

2010-10-05 Thread Lee Elcocks
Hello I have installed GNUGP 1.4.10 installed on windows XP. I need to create a script that will allow me to do the following. Create a 'drop folder' in a directory, where any files dropped in that location will be encrypted and signed with the same keys. Create a 'decrpted' folder