Re: PGP and CF7 on Linux

2006-12-13 Thread Ryan Stille
Yes its compatible with pgp.

First see if you already have it, its on most linux distributions 
already. (try running 'gpg' at a command prompt).  If not you should 
install it using whatever package manager your system uses, or you can 
download it from http://www.gnupg.org/download/

-Ryan

Brad Wood wrote:
> Sweet, where do I go to get it?
>
> Are files which are encrypted with gpg interchangeable with/cross
> compatible with pgp?  I have to send a file to a bank which is using
> pgp, and whatever solution I use has to be transparently compatible with
> them when they go to un-encrypt the file.
>
> Thanks.
>
> ~Brad
>
> -Original Message-
> From: Ryan Stille [mailto:[EMAIL PROTECTED] 
> Sent: Wednesday, December 13, 2006 3:59 PM
> To: CF-Talk
> Subject: Re: PGP and CF7 on Linux
>
> True and true.
>
> -Ryan
>
> Jacob Munson wrote:
>   
>> gpg is an open source alternative to pgp that's popular in the Linux
>> world.  He was probably executing the gpg executable (not an exe),
>> sending it the params to encrypt a file.
>>
>> 
>
>
> 

~|
Create robust enterprise, web RIAs.
Upgrade & integrate Adobe Coldfusion MX7 with Flex 2
http://ad.doubleclick.net/clk;56760587;14748456;a?http://www.adobe.com/products/coldfusion/flex2/?sdid=LVNU

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:263997
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


RE: PGP and CF7 on Linux

2006-12-13 Thread Dave Watts
> Sweet, where do I go to get it?

http://www.gnupg.org/

> Are files which are encrypted with gpg interchangeable 
> with/cross compatible with pgp?  I have to send a file to a 
> bank which is using pgp, and whatever solution I use has to 
> be transparently compatible with them when they go to 
> un-encrypt the file.

Yes, with some caveats:

http://www.gnupg.org/(en)/documentation/faqs.html#q1.2
http://www.gnupg.org/(en)/documentation/faqs.html#q5.1

Dave Watts, CTO, Fig Leaf Software
http://www.figleaf.com/

Fig Leaf Software provides the highest caliber vendor-authorized
instruction at our training centers in Washington DC, Atlanta,
Chicago, Baltimore, Northern Virginia, or on-site at your location.
Visit http://training.figleaf.com/ for more information!

~|
Create robust enterprise, web RIAs.
Upgrade & integrate Adobe Coldfusion MX7 with Flex 2
http://ad.doubleclick.net/clk;56760587;14748456;a?http://www.adobe.com/products/coldfusion/flex2/?sdid=LVNU

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:263996
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


RE: PGP and CF7 on Linux

2006-12-13 Thread Brad Wood
Sweet, where do I go to get it?

Are files which are encrypted with gpg interchangeable with/cross
compatible with pgp?  I have to send a file to a bank which is using
pgp, and whatever solution I use has to be transparently compatible with
them when they go to un-encrypt the file.

Thanks.

~Brad

-Original Message-
From: Ryan Stille [mailto:[EMAIL PROTECTED] 
Sent: Wednesday, December 13, 2006 3:59 PM
To: CF-Talk
Subject: Re: PGP and CF7 on Linux

True and true.

-Ryan

Jacob Munson wrote:
> gpg is an open source alternative to pgp that's popular in the Linux
> world.  He was probably executing the gpg executable (not an exe),
> sending it the params to encrypt a file.
>


~|
Create robust enterprise, web RIAs.
Upgrade & integrate Adobe Coldfusion MX7 with Flex 2
http://ad.doubleclick.net/clk;56760587;14748456;a?http://www.adobe.com/products/coldfusion/flex2/?sdid=LVNU

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:263994
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: PGP and CF7 on Linux

2006-12-13 Thread Ryan Stille
True and true.

-Ryan

Jacob Munson wrote:
> gpg is an open source alternative to pgp that's popular in the Linux
> world.  He was probably executing the gpg executable (not an exe),
> sending it the params to encrypt a file.
>
> On 12/13/06, Brad Wood <[EMAIL PROTECTED]> wrote:
>   
>> Cool.  Pardon my ignorance,  but what is gpg?
>>
>> Also what were you cfexecuting?  I hope it wasn't an .exe since I have
>> to get this to work on Linux.
>>
>> -Original Message-
>> From: Ryan Stille [mailto:[EMAIL PROTECTED]
>> Sent: Wednesday, December 13, 2006 2:38 PM
>>
>> Brad Wood wrote:
>> 
>>> Ok, I already Googled this AND looked through the CF Exchange on
>>>   
>> Adobe's
>> 
>>> site and I still can't seem to get any clear direction.
>>>
>>> I need to use PGP encryption to encrypt a text file on a Linux box.
>>> What are my options?
>>>   
>> I did this using CFEXECUTE.  Ended up using gpg instead of pgp, can't
>> really remember why.  I think because it was because we would have had
>> to purchase pgp to use it commercially?  Or maybe it was just easier to
>> use with ColdFusion.
>>
>> There was no way to 'pipe' using CF, so I think we ended up writing out
>> the clear text file and then encrypting it.  That was on CF5, I imagine
>> with CF7 you could pipe directly to the pgp executable using java
>> somehow.
>> 


~|
Create robust enterprise, web RIAs.
Upgrade & integrate Adobe Coldfusion MX7 with Flex 2
http://ad.doubleclick.net/clk;56760587;14748456;a?http://www.adobe.com/products/coldfusion/flex2/?sdid=LVNU

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:263992
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: PGP and CF7 on Linux

2006-12-13 Thread Jacob Munson
gpg is an open source alternative to pgp that's popular in the Linux
world.  He was probably executing the gpg executable (not an exe),
sending it the params to encrypt a file.

On 12/13/06, Brad Wood <[EMAIL PROTECTED]> wrote:
> Cool.  Pardon my ignorance,  but what is gpg?
>
> Also what were you cfexecuting?  I hope it wasn't an .exe since I have
> to get this to work on Linux.
>
> -Original Message-
> From: Ryan Stille [mailto:[EMAIL PROTECTED]
> Sent: Wednesday, December 13, 2006 2:38 PM
>
> Brad Wood wrote:
> > Ok, I already Googled this AND looked through the CF Exchange on
> Adobe's
> > site and I still can't seem to get any clear direction.
> >
> > I need to use PGP encryption to encrypt a text file on a Linux box.
> > What are my options?
>
> I did this using CFEXECUTE.  Ended up using gpg instead of pgp, can't
> really remember why.  I think because it was because we would have had
> to purchase pgp to use it commercially?  Or maybe it was just easier to
> use with ColdFusion.
>
> There was no way to 'pipe' using CF, so I think we ended up writing out
> the clear text file and then encrypting it.  That was on CF5, I imagine
> with CF7 you could pipe directly to the pgp executable using java
> somehow.

~|
Create robust enterprise, web RIAs.
Upgrade & integrate Adobe Coldfusion MX7 with Flex 2
http://ad.doubleclick.net/clk;56760587;14748456;a?http://www.adobe.com/products/coldfusion/flex2/?sdid=LVNU

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:263985
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


RE: PGP and CF7 on Linux

2006-12-13 Thread Brad Wood
Cool.  Pardon my ignorance,  but what is gpg?

Also what were you cfexecuting?  I hope it wasn't an .exe since I have
to get this to work on Linux.

Thanks.

~Brad

-Original Message-
From: Ryan Stille [mailto:[EMAIL PROTECTED] 
Sent: Wednesday, December 13, 2006 2:38 PM
To: CF-Talk
Subject: Re: PGP and CF7 on Linux

Brad Wood wrote:
> Ok, I already Googled this AND looked through the CF Exchange on
Adobe's
> site and I still can't seem to get any clear direction.
>
>  
>
> I need to use PGP encryption to encrypt a text file on a Linux box.
> What are my options?
>   

I did this using CFEXECUTE.  Ended up using gpg instead of pgp, can't 
really remember why.  I think because it was because we would have had 
to purchase pgp to use it commercially?  Or maybe it was just easier to 
use with ColdFusion.

There was no way to 'pipe' using CF, so I think we ended up writing out 
the clear text file and then encrypting it.  That was on CF5, I imagine 
with CF7 you could pipe directly to the pgp executable using java
somehow.

-Ryan




~|
Create robust enterprise, web RIAs.
Upgrade & integrate Adobe Coldfusion MX7 with Flex 2
http://ad.doubleclick.net/clk;56760587;14748456;a?http://www.adobe.com/products/coldfusion/flex2/?sdid=LVNU

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:263980
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: PGP and CF7 on Linux

2006-12-13 Thread Ryan Stille
Brad Wood wrote:
> Ok, I already Googled this AND looked through the CF Exchange on Adobe's
> site and I still can't seem to get any clear direction.
>
>  
>
> I need to use PGP encryption to encrypt a text file on a Linux box.
> What are my options?
>   

I did this using CFEXECUTE.  Ended up using gpg instead of pgp, can't 
really remember why.  I think because it was because we would have had 
to purchase pgp to use it commercially?  Or maybe it was just easier to 
use with ColdFusion.

There was no way to 'pipe' using CF, so I think we ended up writing out 
the clear text file and then encrypting it.  That was on CF5, I imagine 
with CF7 you could pipe directly to the pgp executable using java somehow.

-Ryan


~|
Create robust enterprise, web RIAs.
Upgrade & integrate Adobe Coldfusion MX7 with Flex 2
http://ad.doubleclick.net/clk;56760587;14748456;a?http://www.adobe.com/products/coldfusion/flex2/?sdid=LVNU

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:263978
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4