Re: PGP CFEXECUTE

2006-12-08 Thread JediHomer
You could maybe try some java libraries.. We use http://www.bouncycastle.org/ to encrypt data on some of our sites, not tried decrypting though... HTH On 08/12/06, Brian Peddle [EMAIL PROTECTED] wrote: I am using PGP 6.5.8 to decrypt a file. I can successfully run a command line to decrypt

Re: PGP CFEXECUTE

2006-12-08 Thread Jordan Michaels
Brian Peddle wrote: I am using PGP 6.5.8 to decrypt a file. I can successfully run a command line to decrypt but I would like to run inside of a coldfusion process. I currently run it in a .bat file and tried at first to just execute the .bat but got the error: File is encrypted.

RE: PGP CFEXECUTE

2006-12-08 Thread Peterson, Chris
: Re: PGP CFEXECUTE Brian Peddle wrote: I am using PGP 6.5.8 to decrypt a file. I can successfully run a command line to decrypt but I would like to run inside of a coldfusion process. I currently run it in a .bat file and tried at first to just execute the .bat but got the error: File

Re: PGP CFEXECUTE

2006-12-08 Thread Robertson-Ravo, Neil (RX)
18:56:42 2006 Subject: RE: PGP CFEXECUTE Michaels is right, the user that you are running Coldfusion as needs to be the one that has your keyrings associated to it. This is my command line that we use: cfexecute name=c:\program files\Network Associates\PGPCMDLN\pgp.exe arguments=-e D:\temp

RE: PGP CFEXECUTE

2006-12-08 Thread Peterson, Chris
Hahaha, had to de-sensitize the data =) -Original Message- From: Robertson-Ravo, Neil (RX) [mailto:[EMAIL PROTECTED] Sent: Friday, December 08, 2006 3:06 PM To: CF-Talk Subject: Re: PGP CFEXECUTE userWeAreSendingTo :-) This e-mail is from Reed Exhibitions (Gateway House, 28

Re: PGP CFEXECUTE

2006-12-08 Thread Brian Peddle
(RX) [mailto:[EMAIL PROTECTED] Sent: Friday, December 08, 2006 3:06 PM To: CF-Talk Subject: Re: PGP CFEXECUTE userWeAreSendingTo :-) This e-mail is from Reed Exhibitions (Gateway House, 28 The Quadrant, Richmond, Surrey, TW9 1DN, United Kingdom), a division of Reed Business

PGP CFEXECUTE

2006-12-07 Thread Brian Peddle
I am using PGP 6.5.8 to decrypt a file. I can successfully run a command line to decrypt but I would like to run inside of a coldfusion process. I currently run it in a .bat file and tried at first to just execute the .bat but got the error: File is encrypted. Secret key is required to read