Re: PGP...

2010-01-30 Thread Bilal Soylu

Jake,
I know this is a little late, but there is an aopen source implementation for 
Adobe CF. It works for 8 and 9.
You can download and see whether this will work for you.

http://pgp.riaforge.com



~|
Want to reach the ColdFusion community with something they want? Let them know 
on the House of Fusion mailing lists
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:330283
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 CF

2010-01-21 Thread safo kaskas

When you run the batch file yourself, you apparently have sufficient 
rights to do so. The user account that CF is running as does not.

You can test this by changing CF to run as your user account since you 
know that account has no issue running the batch file.

If it works, you should be able to adjust the CF service's group 
memberships to match your account's or change the CF service to run as a 
user with sufficient privileges.


That sounds about right, but since i am a newbie to all this CF and PGP, how do 
you do that? 

~|
Want to reach the ColdFusion community with something they want? Let them know 
on the House of Fusion mailing lists
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:329886
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 CF

2010-01-21 Thread safo 2000


When you run the batch file yourself, you apparently have sufficient 
rights to do so. The user account that CF is running as does not.

You can test this by changing CF to run as your user account since you 
know that account has no issue running the batch file.

If it works, you should be able to adjust the CF service's group 
memberships to match your account's or change the CF service to run as a 
user with sufficient privileges.

that sounds about right, but since i am a newbie to all this CF and PGP, how do 
you do that? 

~|
Want to reach the ColdFusion community with something they want? Let them know 
on the House of Fusion mailing lists
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:329890
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 CF

2010-01-21 Thread Dave Watts

 That sounds about right, but since i am a newbie to all this CF and PGP, how 
 do you
 do that?

By reading the documentation:
http://help.adobe.com/en_US/ColdFusion/9.0/Installing/WSf01dbd23413dda0e-2c56ae6b11fae6200fe-8000.html

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

Fig Leaf Software is a Veteran-Owned Small Business (VOSB) on
GSA Schedule, and provides the highest caliber vendor-authorized
instruction at our training centers, online, or onsite.

~|
Want to reach the ColdFusion community with something they want? Let them know 
on the House of Fusion mailing lists
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:329935
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


PGP and CF

2010-01-19 Thread safo kaskas

@echo off
CLS
set myfile=C:\D_Drive\sft\lib0109.zip.pgp
set pkey=lib123456
set sento=-o C:\D_Drive\sft\lib0109.zip
set mypgppath=C:\D_Drive\sft\pgp.exe
call %mypgppath% +force %myfile% -z %pkey% %sentto%

using above batch file works fine

using it from cf 

cfexecute name=c:\sft\pgptest.bat outputfile=c:\sft\log.txt/cfexecute 

gives 

File is encrypted. Secret key is required to read it. You do not have the 
secret key needed to decrypt this file. 

any ideas 

~|
Want to reach the ColdFusion community with something they want? Let them know 
on the House of Fusion mailing lists
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:329780
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 CF

2010-01-19 Thread Bobby

Is it possible you created the batch file on an encrypted volume that 
only your use account has access to?

. . . .  .

When you run the batch file yourself, you apparently have sufficient 
rights to do so. The user account that CF is running as does not.

You can test this by changing CF to run as your user account since you 
know that account has no issue running the batch file.

If it works, you should be able to adjust the CF service's group 
memberships to match your account's or change the CF service to run as a 
user with sufficient privileges.


safo kaskas wrote:
 @echo off
 CLS
 set myfile=C:\D_Drive\sft\lib0109.zip.pgp
 set pkey=lib123456
 set sento=-o C:\D_Drive\sft\lib0109.zip
 set mypgppath=C:\D_Drive\sft\pgp.exe
 call %mypgppath% +force %myfile% -z %pkey% %sentto%

 using above batch file works fine

 using it from cf 

 cfexecute name=c:\sft\pgptest.bat outputfile=c:\sft\log.txt/cfexecute 

 gives 

 File is encrypted. Secret key is required to read it. You do not have the 
 secret key needed to decrypt this file. 

 any ideas 

 

~|
Want to reach the ColdFusion community with something they want? Let them know 
on the House of Fusion mailing lists
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:329781
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 CF

2010-01-19 Thread Bobby

http://www.houseoffusion.com/groups/cf-talk/thread.cfm/threadid:49278

safo kaskas wrote:
 @echo off
 CLS
 set myfile=C:\D_Drive\sft\lib0109.zip.pgp
 set pkey=lib123456
 set sento=-o C:\D_Drive\sft\lib0109.zip
 set mypgppath=C:\D_Drive\sft\pgp.exe
 call %mypgppath% +force %myfile% -z %pkey% %sentto%

 using above batch file works fine

 using it from cf 

 cfexecute name=c:\sft\pgptest.bat outputfile=c:\sft\log.txt/cfexecute 

 gives 

 File is encrypted. Secret key is required to read it. You do not have the 
 secret key needed to decrypt this file. 

 any ideas 

 

~|
Want to reach the ColdFusion community with something they want? Let them know 
on the House of Fusion mailing lists
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:329782
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


cfmail and pgp

2008-06-09 Thread Imperial, Robert
Hello folks,

 

I am in need of some help here with something I've not had the
opportunity to deal with before and was hoping somebody on list has had
the experience of using pgp along with emails on the fly using cfmail?
The extent of my experience with pgp is limited to using it as an
individual and well outside of realm of cf, mainly just to see if I
could get it to work for me and that was long ago. FYI these emails
would be going out to probably no more than 25-30 people and would need
to be something the end users could handle doing w/o a lot of
difficulty. Please feel free to email me off list if you'd like on this.

 

Thanks!

 

Bob 

 



~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;192386516;25150098;k

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


Re: cfmail and pgp

2008-06-09 Thread Tom Chiverton
On Monday 09 Jun 2008, Imperial, Robert wrote:
 the experience of using pgp along with emails on the fly using cfmail?

I've just use a detached signature, and attached the message and sig to a 
standard email explaining about how to install gpg.

 would be going out to probably no more than 25-30 people and would need
 to be something the end users could handle doing w/o a lot of
 difficulty. Please feel free to email me off list if you'd like on this.

Without knowing your users, their platform or technical expertise level, it's 
hard to help.
How many of them really care, or know enough to check ?

-- 
Tom Chiverton



This email is sent for and on behalf of Halliwells LLP.

Halliwells LLP is a limited liability partnership registered in England and 
Wales under registered number OC307980 whose registered office address is at 
Halliwells LLP, 3 Hardman Square, Spinningfields, Manchester, M3 3EB.  A list 
of members is available for inspection at the registered office. Any reference 
to a partner in relation to Halliwells LLP means a member of Halliwells LLP.  
Regulated by The Solicitors Regulation Authority.

CONFIDENTIALITY

This email is intended only for the use of the addressee named above and may be 
confidential or legally privileged.  If you are not the addressee you must not 
read it and must not use any information contained in nor copy it nor inform 
any person other than Halliwells LLP or the addressee of its existence or 
contents.  If you have received this email in error please delete it and notify 
Halliwells LLP IT Department on 0870 365 2500.

For more information about Halliwells LLP visit www.halliwells.com.

~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;192386516;25150098;k

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:307090
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...

2007-07-25 Thread Tom Chiverton
On Wednesday 25 Jul 2007, [EMAIL PROTECTED] wrote:
 We use CFEXECUTE and the command­line tools, but I'm sure there are
 other ways. 

The oddly named Bouncy Castle Java classes, for instance.

-- 
Tom Chiverton



This email is sent for and on behalf of Halliwells LLP.

Halliwells LLP is a limited liability partnership registered in England and 
Wales under registered number OC307980 whose registered office address is at St 
James's Court Brown Street Manchester M2 2JF.  A list of members is available 
for inspection at the registered office. Any reference to a partner in relation 
to Halliwells LLP means a member of Halliwells LLP. Regulated by the Law 
Society.

CONFIDENTIALITY

This email is intended only for the use of the addressee named above and may be 
confidential or legally privileged.  If you are not the addressee you must not 
read it and must not use any information contained in nor copy it nor inform 
any person other than Halliwells LLP or the addressee of its existence or 
contents.  If you have received this email in error please delete it and notify 
Halliwells LLP IT Department on 0870 365 8008.

For more information about Halliwells LLP visit www.halliwells.com.


~|
Enterprise web applications, build robust, secure 
scalable apps today - Try it now ColdFusion Today
ColdFusion 8 beta - Build next generation apps

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


Re: PGP...

2007-07-25 Thread Brian Peddle
Syntax I us

cfset args = +batchmode +force #ftpfile#.pgp -o 
C:\internet\import\#ftpfilename# -z /putyourkeyhere/
cfexecute name=C:\Program Files\Network 
Associates\PGPNT\pgp.exe arguments=#args# timeout=20/cfexecute

FYI

cfset ftpfile = feed.ftp_path  feed.ftp_filename /
cfset ftpfilename = feed.ftp_filename /

so this would be the full path to file and the filename, we store the 
filename in the database.  Since some files we received have pgp and 
some don't the filename is always stored as foo.txt .. if we see it has 
PGP we just tack it on like above.



Jake Pilgrim wrote:
 So how does a person go about decrypting PGP via Coldfusion? 

 Jake

 

~|
Check out the new features and enhancements in the
latest product release - download the What's New PDF now
http://download.macromedia.com/pub/labs/coldfusion/cf8_beta_whatsnew_052907.pdf

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


PGP...

2007-07-24 Thread Jake Pilgrim
So how does a person go about decrypting PGP via Coldfusion? 

Jake

~|
Get the answers you are looking for on the ColdFusion Labs
Forum direct from active programmers and developers.
http://www.adobe.com/cfusion/webforums/forum/categories.cfm?forumid-72catid=648

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


Re: PGP...

2007-07-24 Thread Jordan Michaels
We use CFEXECUTE and the command-line tools, but I'm sure there are
other ways. We've used this method with both PGP and GPG.

Hope this helps!

Warm regards,
Jordan Michaels
Vivio Technologies
http://www.viviotech.net/
BlueDragon Alliance Member
[EMAIL PROTECTED]


Jake Pilgrim wrote:
 So how does a person go about decrypting PGP via Coldfusion? 
 
 Jake
 
 

~|
ColdFusion 8 beta - Build next generation apps
today, with easy PDF and Ajax features - download now
http://download.macromedia.com/pub/labs/coldfusion/cf8_beta_whatsnew_052907.pdf

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


PGP and CF7 on Linux

2006-12-13 Thread Brad Wood
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 had a hard time digging up any recent articles, and I keep seeing a
PGP cfc from Tamuri, but going to his website pulls up nothing
(www.tamuri.com http://www.tamuri.com/ ) and I think it may be a
Windows-only solution.

 

Help!  :-)

 

Thanks.

 

~Brad



~|
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:263970
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.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


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 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 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 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 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 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 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 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 it.
 You do not have the secret key needed to decrypt this file.

 cfscript
 args = ArrayNew(1);
 args[1] = C:\Inetpub\ftproot\LocalUser\foo\filename.txt.pgp;
 args[2] =  -o C:\internet\import\filename.txt;
 args[3] =  -z passkeyhere;
 args[4] =  +batchmode;
 args[5] =  +force;
 /cfscript


 cfexecute name =C:\Program Files\Network Associates\PGPNT\pgp.exe 
 arguments=#args# outputfile=C:\internet\import\test.txt/cfexecute

 I get the same error.

 I have tried to give the coldfusion user admin rights, that didn't do
 it.  Tried a variety of combinations on the args and no luck.  Has
 anyone done this using CFXECUTE.  I know there is the CFX_PGP tag but I
 thought I would go this route first since it should work.  I also
 couldn't find any decrypt docs on CFX_PGP to demo it properly.

 Thanks


 

~|
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:263259
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


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.  Secret key is required to read it.
 You do not have the secret key needed to decrypt this file.
 
 cfscript
 args = ArrayNew(1);
 args[1] = C:\Inetpub\ftproot\LocalUser\foo\filename.txt.pgp;
 args[2] =  -o C:\internet\import\filename.txt;
 args[3] =  -z passkeyhere;
 args[4] =  +batchmode;
 args[5] =  +force;
 /cfscript
 
 
 cfexecute name =C:\Program Files\Network Associates\PGPNT\pgp.exe  
 arguments=#args# outputfile=C:\internet\import\test.txt/cfexecute
 
 I get the same error.
 
 I have tried to give the coldfusion user admin rights, that didn't do 
 it.  Tried a variety of combinations on the args and no luck.  Has 
 anyone done this using CFXECUTE.  I know there is the CFX_PGP tag but I 
 thought I would go this route first since it should work.  I also 
 couldn't find any decrypt docs on CFX_PGP to demo it properly.
 
 Thanks

Hello Brian,

We do this with GPG (very similar to PGP) and your problem is almost
certainly related to the user that CF is using to execute this batch
file. You will need to add the secret and public key to the user account
that CF uses in order to run these commands successfully.

Alternatively - and I don't know if it's possible in Windows - but you
could write a batch file that runs commands as a different user. In
linux this is the sudo command (Switch User then DO), but again, I'm
not familiar enough with Windows batch files to know if this is possible
in Windows or not.

This is slightly OT, but I also want to commend you for taking the
initiative to do this. I can't tell you how many times I've come across
e-commerce applications that use SSL when a user provides their CC
information to a merchant, only to have that same information sent
UNENCRYPTED in a plain-text email to the site owner. ::sigh:: As a
hacker it would be much simpler for me to monitor emails and steal CC
information from them then it would be for me to watch web traffic (SSL).

So... snaps go to you for taking the time to secure sensitive information.

-- 
Warm regards,
Jordan Michaels
Vivio Technologies
http://www.viviotech.net/
Blue Dragon Alliance Member
[EMAIL PROTECTED]

~|
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:263304
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 CFEXECUTE

2006-12-08 Thread Peterson, Chris
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\filename.txt userWeAreSendingToo -o
D:\temp\filename.asc +force outputfile=c:\log.txt /cfexecute 

This has worked great for us sending wage information for check clearing
purposes to our bank!

Chris Peterson

-Original Message-
From: Jordan Michaels [mailto:[EMAIL PROTECTED] 
Sent: Friday, December 08, 2006 12:18 PM
To: CF-Talk
Subject: 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 is encrypted.  Secret key is required to read it.
 You do not have the secret key needed to decrypt this file.
 
 cfscript
 args = ArrayNew(1);
 args[1] = C:\Inetpub\ftproot\LocalUser\foo\filename.txt.pgp;
 args[2] =  -o C:\internet\import\filename.txt;
 args[3] =  -z passkeyhere;
 args[4] =  +batchmode;
 args[5] =  +force;
 /cfscript
 
 
 cfexecute name =C:\Program Files\Network Associates\PGPNT\pgp.exe  
 arguments=#args#
outputfile=C:\internet\import\test.txt/cfexecute
 
 I get the same error.
 
 I have tried to give the coldfusion user admin rights, that didn't do 
 it.  Tried a variety of combinations on the args and no luck.  Has 
 anyone done this using CFXECUTE.  I know there is the CFX_PGP tag but
I 
 thought I would go this route first since it should work.  I also 
 couldn't find any decrypt docs on CFX_PGP to demo it properly.
 
 Thanks

Hello Brian,

We do this with GPG (very similar to PGP) and your problem is almost
certainly related to the user that CF is using to execute this batch
file. You will need to add the secret and public key to the user account
that CF uses in order to run these commands successfully.

Alternatively - and I don't know if it's possible in Windows - but you
could write a batch file that runs commands as a different user. In
linux this is the sudo command (Switch User then DO), but again, I'm
not familiar enough with Windows batch files to know if this is possible
in Windows or not.

This is slightly OT, but I also want to commend you for taking the
initiative to do this. I can't tell you how many times I've come across
e-commerce applications that use SSL when a user provides their CC
information to a merchant, only to have that same information sent
UNENCRYPTED in a plain-text email to the site owner. ::sigh:: As a
hacker it would be much simpler for me to monitor emails and steal CC
information from them then it would be for me to watch web traffic
(SSL).

So... snaps go to you for taking the time to secure sensitive
information.

-- 
Warm regards,
Jordan Michaels
Vivio Technologies
http://www.viviotech.net/
Blue Dragon Alliance Member
[EMAIL PROTECTED]



~|
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:263321
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


Re: PGP CFEXECUTE

2006-12-08 Thread Robertson-Ravo, Neil (RX)
userWeAreSendingTo :-)







This e-mail is from Reed Exhibitions (Gateway House, 28 The Quadrant,
Richmond, Surrey, TW9 1DN, United Kingdom), a division of Reed Business,
Registered in England, Number 678540.  It contains information which is
confidential and may also be privileged.  It is for the exclusive use of the
intended recipient(s).  If you are not the intended recipient(s) please note
that any form of distribution, copying or use of this communication or the
information in it is strictly prohibited and may be unlawful.  If you have
received this communication in error please return it to the sender or call
our switchboard on +44 (0) 20 89107910.  The opinions expressed within this
communication are not necessarily those expressed by Reed Exhibitions. 
Visit our website at http://www.reedexpo.com

-Original Message-
From: Peterson, Chris
To: CF-Talk
Sent: Fri Dec 08 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\filename.txt userWeAreSendingToo -o
D:\temp\filename.asc +force outputfile=c:\log.txt /cfexecute 

This has worked great for us sending wage information for check clearing
purposes to our bank!

Chris Peterson

-Original Message-
From: Jordan Michaels [mailto:[EMAIL PROTECTED] 
Sent: Friday, December 08, 2006 12:18 PM
To: CF-Talk
Subject: 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 is encrypted.  Secret key is required to read it.
 You do not have the secret key needed to decrypt this file.
 
 cfscript
 args = ArrayNew(1);
 args[1] = C:\Inetpub\ftproot\LocalUser\foo\filename.txt.pgp;
 args[2] =  -o C:\internet\import\filename.txt;
 args[3] =  -z passkeyhere;
 args[4] =  +batchmode;
 args[5] =  +force;
 /cfscript
 
 
 cfexecute name =C:\Program Files\Network Associates\PGPNT\pgp.exe  
 arguments=#args#
outputfile=C:\internet\import\test.txt/cfexecute
 
 I get the same error.
 
 I have tried to give the coldfusion user admin rights, that didn't do 
 it.  Tried a variety of combinations on the args and no luck.  Has 
 anyone done this using CFXECUTE.  I know there is the CFX_PGP tag but
I 
 thought I would go this route first since it should work.  I also 
 couldn't find any decrypt docs on CFX_PGP to demo it properly.
 
 Thanks

Hello Brian,

We do this with GPG (very similar to PGP) and your problem is almost
certainly related to the user that CF is using to execute this batch
file. You will need to add the secret and public key to the user account
that CF uses in order to run these commands successfully.

Alternatively - and I don't know if it's possible in Windows - but you
could write a batch file that runs commands as a different user. In
linux this is the sudo command (Switch User then DO), but again, I'm
not familiar enough with Windows batch files to know if this is possible
in Windows or not.

This is slightly OT, but I also want to commend you for taking the
initiative to do this. I can't tell you how many times I've come across
e-commerce applications that use SSL when a user provides their CC
information to a merchant, only to have that same information sent
UNENCRYPTED in a plain-text email to the site owner. ::sigh:: As a
hacker it would be much simpler for me to monitor emails and steal CC
information from them then it would be for me to watch web traffic
(SSL).

So... snaps go to you for taking the time to secure sensitive
information.

-- 

Warm regards,
Jordan Michaels
Vivio Technologies
http://www.viviotech.net/
Blue Dragon Alliance Member
[EMAIL PROTECTED]





~|
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:263337
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


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 The Quadrant,
Richmond, Surrey, TW9 1DN, United Kingdom), a division of Reed Business,
Registered in England, Number 678540.  It contains information which is
confidential and may also be privileged.  It is for the exclusive use of
the
intended recipient(s).  If you are not the intended recipient(s) please
note
that any form of distribution, copying or use of this communication or
the
information in it is strictly prohibited and may be unlawful.  If you
have
received this communication in error please return it to the sender or
call
our switchboard on +44 (0) 20 89107910.  The opinions expressed within
this
communication are not necessarily those expressed by Reed Exhibitions. 
Visit our website at http://www.reedexpo.com

-Original Message-
From: Peterson, Chris
To: CF-Talk
Sent: Fri Dec 08 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\filename.txt userWeAreSendingToo -o
D:\temp\filename.asc +force outputfile=c:\log.txt /cfexecute 

This has worked great for us sending wage information for check clearing
purposes to our bank!

Chris Peterson

-Original Message-
From: Jordan Michaels [mailto:[EMAIL PROTECTED] 
Sent: Friday, December 08, 2006 12:18 PM
To: CF-Talk
Subject: 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 is encrypted.  Secret key is required to read it.
 You do not have the secret key needed to decrypt this file.
 
 cfscript
 args = ArrayNew(1);
 args[1] = C:\Inetpub\ftproot\LocalUser\foo\filename.txt.pgp;
 args[2] =  -o C:\internet\import\filename.txt;
 args[3] =  -z passkeyhere;
 args[4] =  +batchmode;
 args[5] =  +force;
 /cfscript
 
 
 cfexecute name =C:\Program Files\Network Associates\PGPNT\pgp.exe  
 arguments=#args#
outputfile=C:\internet\import\test.txt/cfexecute
 
 I get the same error.
 
 I have tried to give the coldfusion user admin rights, that didn't do 
 it.  Tried a variety of combinations on the args and no luck.  Has 
 anyone done this using CFXECUTE.  I know there is the CFX_PGP tag but
I 
 thought I would go this route first since it should work.  I also 
 couldn't find any decrypt docs on CFX_PGP to demo it properly.
 
 Thanks

Hello Brian,

We do this with GPG (very similar to PGP) and your problem is almost
certainly related to the user that CF is using to execute this batch
file. You will need to add the secret and public key to the user account
that CF uses in order to run these commands successfully.

Alternatively - and I don't know if it's possible in Windows - but you
could write a batch file that runs commands as a different user. In
linux this is the sudo command (Switch User then DO), but again, I'm
not familiar enough with Windows batch files to know if this is possible
in Windows or not.

This is slightly OT, but I also want to commend you for taking the
initiative to do this. I can't tell you how many times I've come across
e-commerce applications that use SSL when a user provides their CC
information to a merchant, only to have that same information sent
UNENCRYPTED in a plain-text email to the site owner. ::sigh:: As a
hacker it would be much simpler for me to monitor emails and steal CC
information from them then it would be for me to watch web traffic
(SSL).

So... snaps go to you for taking the time to secure sensitive
information.

-- 

Warm regards,
Jordan Michaels
Vivio Technologies
http://www.viviotech.net/
Blue Dragon Alliance Member
[EMAIL PROTECTED]







~|
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:263339
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 CFEXECUTE

2006-12-08 Thread Brian Peddle
I got it to work.  I had a pgpuser account, I copied C:\Documents and 
Settings\pgpuser\Application Data\PGP folder to the coldfusion user and 
that did it

Thanks everyone

Peterson, Chris wrote:
 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 The Quadrant,
 Richmond, Surrey, TW9 1DN, United Kingdom), a division of Reed Business,
 Registered in England, Number 678540.  It contains information which is
 confidential and may also be privileged.  It is for the exclusive use of
 the
 intended recipient(s).  If you are not the intended recipient(s) please
 note
 that any form of distribution, copying or use of this communication or
 the
 information in it is strictly prohibited and may be unlawful.  If you
 have
 received this communication in error please return it to the sender or
 call
 our switchboard on +44 (0) 20 89107910.  The opinions expressed within
 this
 communication are not necessarily those expressed by Reed Exhibitions. 
 Visit our website at http://www.reedexpo.com

 -Original Message-
 From: Peterson, Chris
 To: CF-Talk
 Sent: Fri Dec 08 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\filename.txt userWeAreSendingToo -o
 D:\temp\filename.asc +force outputfile=c:\log.txt /cfexecute 

 This has worked great for us sending wage information for check clearing
 purposes to our bank!

 Chris Peterson

 -Original Message-
 From: Jordan Michaels [mailto:[EMAIL PROTECTED] 
 Sent: Friday, December 08, 2006 12:18 PM
 To: CF-Talk
 Subject: 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 is encrypted.  Secret key is required to read it.
 You do not have the secret key needed to decrypt this file.

 cfscript
 args = ArrayNew(1);
 args[1] = C:\Inetpub\ftproot\LocalUser\foo\filename.txt.pgp;
 args[2] =  -o C:\internet\import\filename.txt;
 args[3] =  -z passkeyhere;
 args[4] =  +batchmode;
 args[5] =  +force;
 /cfscript


 cfexecute name =C:\Program Files\Network Associates\PGPNT\pgp.exe  
 arguments=#args#
 
 outputfile=C:\internet\import\test.txt/cfexecute
   
 I get the same error.

 I have tried to give the coldfusion user admin rights, that didn't do 
 it.  Tried a variety of combinations on the args and no luck.  Has 
 anyone done this using CFXECUTE.  I know there is the CFX_PGP tag but
 
 I 
   
 thought I would go this route first since it should work.  I also 
 couldn't find any decrypt docs on CFX_PGP to demo it properly.

 Thanks
 

 Hello Brian,

 We do this with GPG (very similar to PGP) and your problem is almost
 certainly related to the user that CF is using to execute this batch
 file. You will need to add the secret and public key to the user account
 that CF uses in order to run these commands successfully.

 Alternatively - and I don't know if it's possible in Windows - but you
 could write a batch file that runs commands as a different user. In
 linux this is the sudo command (Switch User then DO), but again, I'm
 not familiar enough with Windows batch files to know if this is possible
 in Windows or not.

 This is slightly OT, but I also want to commend you for taking the
 initiative to do this. I can't tell you how many times I've come across
 e-commerce applications that use SSL when a user provides their CC
 information to a merchant, only to have that same information sent
 UNENCRYPTED in a plain-text email to the site owner. ::sigh:: As a
 hacker it would be much simpler for me to monitor emails and steal CC
 information from them then it would be for me to watch web traffic
 (SSL).

 So... snaps go to you for taking the time to secure sensitive
 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:263380
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


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 it.
You do not have the secret key needed to decrypt this file.

cfscript
args = ArrayNew(1);
args[1] = C:\Inetpub\ftproot\LocalUser\foo\filename.txt.pgp;
args[2] =  -o C:\internet\import\filename.txt;
args[3] =  -z passkeyhere;
args[4] =  +batchmode;
args[5] =  +force;
/cfscript


cfexecute name =C:\Program Files\Network Associates\PGPNT\pgp.exe  
arguments=#args# outputfile=C:\internet\import\test.txt/cfexecute

I get the same error.

I have tried to give the coldfusion user admin rights, that didn't do 
it.  Tried a variety of combinations on the args and no luck.  Has 
anyone done this using CFXECUTE.  I know there is the CFX_PGP tag but I 
thought I would go this route first since it should work.  I also 
couldn't find any decrypt docs on CFX_PGP to demo it properly.

Thanks


~|
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:263242
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


PGP with CF

2006-01-31 Thread Russ
We have a need to integrate with another vendor who doesn't have a web
service.  They said that what they usually do is have the other business
store the information in a csv file which is encrypted with PGP.  

 

What options are out there for PGP encryption with CF?  I did a search and
found some information about CFX_PGP,  which is a few hundred $, and also
Dave Watts mentioning something about having to pay for the license to use
PGP on the server.  

 

There is a free version of PGP called GnuPG, which is based on the openPGP
standard.  Theoretically, it should be compatible with PGP.  Are there any
CF tags or CFCs that exist to work with this?  It should be possible to just
do it with CFEXECUTE, if a tag is not available, correct?

 

Are there any other secure options besides PGP?  One option would be to use
a zip file with a password, but as with any password scheme, this is a
problem if somebody can get access to the server (they can grab the password
from your code and decrypt the files).  

 

Russ  



~|
Message: http://www.houseoffusion.com/lists.cfm/link=i:4:230879
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


RE: PGP with CF

2006-01-31 Thread Russ
Looks like there are some java implementations as well.  Has anyone
successfully used them with CF?

 -Original Message-
 From: Russ [mailto:[EMAIL PROTECTED]
 Sent: Tuesday, January 31, 2006 2:48 PM
 To: CF-Talk
 Subject: PGP with CF
 
 We have a need to integrate with another vendor who doesn't have a web
 service.  They said that what they usually do is have the other business
 store the information in a csv file which is encrypted with PGP.
 
 
 
 What options are out there for PGP encryption with CF?  I did a search and
 found some information about CFX_PGP,  which is a few hundred $, and also
 Dave Watts mentioning something about having to pay for the license to use
 PGP on the server.
 
 
 
 There is a free version of PGP called GnuPG, which is based on the openPGP
 standard.  Theoretically, it should be compatible with PGP.  Are there any
 CF tags or CFCs that exist to work with this?  It should be possible to
 just
 do it with CFEXECUTE, if a tag is not available, correct?
 
 
 
 Are there any other secure options besides PGP?  One option would be to
 use
 a zip file with a password, but as with any password scheme, this is a
 problem if somebody can get access to the server (they can grab the
 password
 from your code and decrypt the files).
 
 
 
 Russ
 
 
 
 

~|
Message: http://www.houseoffusion.com/lists.cfm/link=i:4:230882
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


Re: PGP with CF

2006-01-31 Thread Robert Munn
I am not the security guru, but the standard way to deal with encryption in 
CFMX is using the Java Cryptography Extension (JCE), which is included as part 
of J2SE 1.4 and later.


Looks like there are some java implementations as well.  Has anyone
successfully used them with CF?



~|
Message: http://www.houseoffusion.com/lists.cfm/link=i:4:230904
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


PGP

2005-08-16 Thread Bob Clingan
Has anyone tried to use PGP software (or GnuPGP) to encrypt text using 
ColdFusion. I would appreciate any pointers.

Thanks.

Bob

~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:215157
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


Re: PGP

2005-08-16 Thread Thomas Chiverton
On Tuesday 16 August 2005 13:52, Bob Clingan wrote:
 Has anyone tried to use PGP software (or GnuPGP) to encrypt text using
 ColdFusion. I would appreciate any pointers.

I would imagine cfexecute'ing would be an easy way forward, but haven't done 
that with ColdFusion particularly.

-- 

Tom Chiverton 
Advanced ColdFusion Programmer

~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:215236
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


Re: PGP

2005-08-16 Thread Tanguy Rademakers
Another option would be to do it in Java using the bouncy castle api for 
OpenPGP. See http://www.bouncycastle.org/ for info, and there's a couple of 
pretty good articles at http://www.linuxgazette.com/node/359 and 
http://cephas.net/blog/2004/04/01/pgp_encryption_using_bouncy_castle.html

you will need some java knowhow to use this

/t

On Tuesday 16 August 2005 13:52, Bob Clingan wrote:
 Has anyone tried to use PGP software (or GnuPGP) to encrypt text using
 ColdFusion. I would appreciate any pointers.

I would imagine cfexecute'ing would be an easy way forward, but haven't done 
that with ColdFusion particularly.

-- 

Tom Chiverton 
Advanced ColdFusion Programmer

~|
Find out how CFTicket can increase your company's customer support 
efficiency by 100%
http://www.houseoffusion.com/banners/view.cfm?bannerid=49

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:215244
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


Pgp signing email with cf

2004-10-06 Thread Craig Dudley
Is anyone currently doing this succesfully?

If so, which version of pgp are you using? Any recommendations for one
of the available cf pgp tags?

Thx

Craig Dudley
Senior Developer
Netstep Corporate Communications Ltd
Direct Line: +44(0) 1422 319712
Phone: +44(0) 1422 200308
Fax: +44(0) 1422 200306
e-mail: [EMAIL PROTECTED]
MS Messenger: [EMAIL PROTECTED]
www: www.netstep.co.uk
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]
 [Donations and Support]




Re: Pgp signing email with cf

2004-10-06 Thread Andrew Dixon
Hi.

We use the following CFC with CFMX6.1 and PGP8.03:

http://tamuri.cfdeveloper.co.uk/

Andrew.

On Wed, 6 Oct 2004 13:11:55 +0100, Craig Dudley [EMAIL PROTECTED] wrote:
 Is anyone currently doing this succesfully?
 
 If so, which version of pgp are you using? Any recommendations for one
 of the available cf pgp tags?
 
 Thx
 
 Craig Dudley
 Senior Developer
 Netstep Corporate Communications Ltd
 Direct Line: +44(0) 1422 319712
 Phone: +44(0) 1422 200308
 Fax: +44(0) 1422 200306
 e-mail: [EMAIL PROTECTED]
 MS Messenger: [EMAIL PROTECTED]
 www: www.netstep.co.uk

 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]
 [Donations and Support]




RE: Pgp signing email with cf

2004-10-06 Thread Craig Dudley
Thanks andrew

-Original Message-
From: Andrew Dixon [mailto:[EMAIL PROTECTED] 
Sent: 06 October 2004 13:24
To: CF-Talk
Subject: Re: Pgp signing email with cf

Hi.

We use the following CFC with CFMX6.1 and PGP8.03:

http://tamuri.cfdeveloper.co.uk/

Andrew.

On Wed, 6 Oct 2004 13:11:55 +0100, Craig Dudley [EMAIL PROTECTED]
wrote:
 Is anyone currently doing this succesfully?
 
 If so, which version of pgp are you using? Any recommendations for one
 of the available cf pgp tags?
 
 Thx
 
 Craig Dudley
 Senior Developer
 Netstep Corporate Communications Ltd
 Direct Line: +44(0) 1422 319712
 Phone: +44(0) 1422 200308
 Fax: +44(0) 1422 200306
 e-mail: [EMAIL PROTECTED]
 MS Messenger: [EMAIL PROTECTED]
 www: www.netstep.co.uk
 
_
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]
 [Donations and Support]




PGP Digital Signed Email

2004-01-29 Thread Robertson-Ravo, Neil (RX)
OK,

 
I know that using PGP and a CFX tag you can digitall sign emails in CF5..but
whats required on the client end? Anything? or is it a case of simply
tagging the mail and thats it?I would assume some kind of public key will
be involved?

 
Also, if we are using this to tag invoices etc, what version of PGP do you
thing we will we need?

 
N
This e-mail is from Reed Exhibitions (Oriel House, 26 The Quadrant,
Richmond, Surrey, TW9 1DL, United Kingdom), a division of Reed Business,
Registered in England, Number 678540.It contains information which is
confidential and may also be privileged.It is for the exclusive use of the
intended recipient(s).If you are not the intended recipient(s) please note
that any form of distribution, copying or use of this communication or the
information in it is strictly prohibited and may be unlawful.If you have
received this communication in error please return it to the sender or call
our switchboard on +44 (0) 20 89107910.The opinions expressed within this
communication are not necessarily those expressed by Reed Exhibitions.
Visit our website at http://www.reedexpo.com
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]




Re: PGP Digital Signed Email

2004-01-29 Thread Thomas Chiverton
On Thursday 29 Jan 2004 15:33 pm, Robertson-Ravo, Neil (RX) wrote:
 OK,

 I know that using PGP and a CFX tag you can digitall sign emails in
 CF5..but whats required on the client end? Anything? 

Nope. PGP signatures are plain text.
Of course, to be any use, the reciever needs to have something that 
understands the signature, and how to validate it.

 I would assume some kind of public
 key will be involved?

You sign using your private key.
The reciever can validate using your public key.

 Also, if we are using this to tag invoices etc, what version of PGP do you
 thing we will we need?

I'd use GPG myself, I believe it runs on Window these days. 
It interoperates with PGP, which I think still has a freee version...

-- 
Tom Chiverton 
Advanced ColdFusion Programmer

Tel: +44(0)1749 834997
email: [EMAIL PROTECTED]
BlueFinger Limited
Underwood Business Park
Wookey Hole Road, WELLS. BA5 1AF
Tel: +44 (0)1749 834900
Fax: +44 (0)1749 834901
web: www.bluefinger.com
Company Reg No: 4209395 Registered Office: 2 Temple Back East, Temple
Quay, BRISTOL. BS1 6EG.
*** This E-mail contains confidential information for the addressee
only. If you are not the intended recipient, please notify us
immediately. You should not use, disclose, distribute or copy this
communication if received in error. No binding contract will result from
this e-mail until such time as a written document is signed on behalf of
the company. BlueFinger Limited cannot accept responsibility for the
completeness or accuracy of this message as it has been transmitted over
public networks.***
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]




Re[2]: PGP and CF5

2003-02-10 Thread jlangevin
When the below line is run from a command prompt, it works flawlessly.

c:\pgpnt\pgp.exe -e -a c:\pgpnt\scratch\myfile.txt [EMAIL PROTECTED] -o
c:\pgpnt\history\myfile.asc 

When I run the following, it does create a text file.

cfexecute name=c:\pgpnt\pgp.exe
arguments=-e -a c:\pgpnt\scratch\myfile.txt [EMAIL PROTECTED]
outputfile=c:\pgpnt\history\myfile.asc timeout=0 /   

But, when you open the file in a text editor there is no encrypted data and you
see the following error:

Cannot find the public key matching userid '[EMAIL PROTECTED]'

This leads me to believe that ColdFusion is doing something funky with pathing
behind the scenes.  Am I to assume that when CF runs cfexecute that it is not
effectively the command prompt?

--Jeff

~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribeforumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Signup for the Fusion Authority news alert and keep up with the latest news in 
ColdFusion and related topics. http://www.fusionauthority.com/signup.cfm

Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4




Re[2]: PGP and CF5

2003-02-10 Thread jlangevin
Also, I've heard that there are security issues with cfexecute.  SHould I avoid
that solution and try wirting something as a custom tag in java?  While I am not
really strong in Java, I can probably figure it out.

--Jeff

~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribeforumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4




RE: Re[2]: PGP and CF5

2003-02-10 Thread Jared Clinton
cfexecute is not as scalable as other solutions
you also have less control over the program execution than other methods -
if you can do it in java I suggest it is appropriate.

-You will learn useful skills and make a potentially create a better
solution

-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, 11 February 2003 3:57 AM
To: CF-Talk
Subject: Re[2]: PGP and CF5


Also, I've heard that there are security issues with cfexecute.  SHould I
avoid
that solution and try wirting something as a custom tag in java?  While I am
not
really strong in Java, I can probably figure it out.

--Jeff


~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribeforumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Signup for the Fusion Authority news alert and keep up with the latest news in 
ColdFusion and related topics. http://www.fusionauthority.com/signup.cfm

Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4




Re: PGP and CF5

2003-02-07 Thread Thomas Chiverton
On Thursday 06 Feb 2003 21:24 pm, [EMAIL PROTECTED] wrote:
 I was wondering what folks do for encrypting files using pgp

You could do something with cfexecute.

-- 
Tom C

'The whole problem with the world is that fools and fanatics are always
so certain of themselves, but wiser people so full of doubts.'
 - Bertrand Russell
~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribeforumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Get the mailserver that powers this list at http://www.coolfusion.com

Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4




PGP and CF5

2003-02-06 Thread jlangevin
I was wondering what folks do for encrypting files using pgp and ColdFusion. We're 
running CF5 on Win2K and I need to be able to encrypt files (using PGP
v6.5.8) which will then be emailed.  I don't have the $400 for CFX_PGP off of
the exchange.  I came across a reference during a google search to a tag called
PGP_MAIL but it is apparently not available on the exchange anymore.  Don't know
if that would have done it for me, but if anyone has any suggestions, it would
be most appreciated.

--Jeff


~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribeforumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Your ad could be here. Monies from ads go to support these lists and provide more 
resources for the community. http://www.fusionauthority.com/ads.cfm

Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4




Cf and PGP?

2002-01-24 Thread Kris Pilles

Anyone out there ever use Cf to encrypt a fiel via PGP?

Also, I will need to decrypt it on the Unix side 


__
Get Your Own Dedicated Windows 2000 Server
  PIII 800 / 256 MB RAM / 40 GB HD / 20 GB MO/XFER
  Instant Activation · $99/Month · Free Setup
  http://www.pennyhost.com/redirect.cfm?adcode=coldfusionb
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



RE: Cf and PGP?

2002-01-24 Thread Sicular, Alexander

Use gpg from www.gnupg.org. Same as pgp minus the gui junk. Command line
params work the same from windows to unix versions, not including the
filesystem stuff and case sensitivity. Long story short: use cfexecute to
invoke the pgp exe. Please read the man/docs before setting up a solution.
The two main concerns are pki vs symmetric crypt. One uses a public/private
key pair and the other uses a cipher. There are security concerns with both.
The trick is with the pem(password to crypt/decrypt). You need to use a file
descriptor to auto feed the pem if you are doing batch stuff.

Here are some of my notes when I was working on the command syntax:

--yes = answer yes to the overwrite question
--batch = batch mode
--armor = ascii txt output (vs. binary)
--passphrase-fd = indicates non-tty session, input passphrase from file,
necessary 0 for file descriptor 
--output = output file 
--symmetric = cipher encrypt, non pki.

Symmetric encrypt:
gpg --yes --batch --armor --no-tty --passphrase-fd 0 --output [output]
--symmetric [input]  [passphrase]

Pki encrypt:
gpg --yes --batch --armor --no-tty --output [output] --encrypt --recipient
[uid] [input]  

Decrypt:
gpg --batch --no-tty --passphrase-fd 0 --output [output] --decrypt [input] 
[passphrase]

Good luck,

Alexander Sicular
Chief Technology Architect
Neurological Institute of New York
Columbia University
as867 [at] columbia {dot} edu


|-Original Message-
|From: Kris Pilles [mailto:[EMAIL PROTECTED]] 
|Sent: Thursday, January 24, 2002 11:42 AM
|To: CF-Talk
|Subject: Cf and PGP?
|
|
|Anyone out there ever use Cf to encrypt a fiel via PGP?
|
|Also, I will need to decrypt it on the Unix side 
|
|
|
__
Why Share?
  Dedicated Win 2000 Server · PIII 800 / 256 MB RAM / 40 GB HD / 20 GB MO/XFER
  Instant Activation · $99/Month · Free Setup
  http://www.pennyhost.com/redirect.cfm?adcode=coldfusionc
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



pgp and CFMAIL

2001-03-22 Thread Chad Gray

I have not researched this at all and have no idea how PGP works yet.

I am wondering how to get PGP to work with CFMAIL so a client can send 
sensitive information in email.

Thanks,
Chad

~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



Re: pgp and CFMAIL

2001-03-22 Thread W Luke

Have a look at the gallery - URL below, watch out for wrapping:

http://devex.allaire.com/developer/gallery/info.cfm?ID=0C0BFDB8-E97F-11D4-AA
BA00508B94F380method=Full

Will
--
[EMAIL PROTECTED] -=- www.lukrative.com
Local-Advertising -=- www.localbounty.com

- Original Message -
From: "Chad Gray" [EMAIL PROTECTED]
Newsgroups: dotcom.lists.cftalk
Sent: Thursday, March 22, 2001 2:40 PM
Subject: pgp and CFMAIL


 I have not researched this at all and have no idea how PGP works yet.

 I am wondering how to get PGP to work with CFMAIL so a client can send
 sensitive information in email.

 Thanks,
 Chad


~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



RE: pgp and CFMAIL

2001-03-22 Thread Steve Bernard

What I've done is use the PGP command-line tool to encrypt the contents of
the mail before sending it. Although it takes a little more work, it's a
heck of a lot better than paying the highway robbery prices of CFX_PGP,
$8000, uh ok.

You can use GnuPG, for a licensing fee free option: http://www.gnupg.org/

Steve


- Original Message -
From: "Chad Gray" [EMAIL PROTECTED]
Newsgroups: dotcom.lists.cftalk
Sent: Thursday, March 22, 2001 2:40 PM
Subject: pgp and CFMAIL


 I have not researched this at all and have no idea how PGP works yet.

 I am wondering how to get PGP to work with CFMAIL so a client can send
 sensitive information in email.

 Thanks,
 Chad


~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



RE: pgp and CFMAIL

2001-03-22 Thread Chad Gray

Holly cow!  $8k for the server software?  I saw the desktop

I downloaded the GnuPG software for WinNT/98.  How exactly are you using 
this exe file?  With CFEXECUTE?



At 10:27 AM 3/22/01 -0500, you wrote:
What I've done is use the PGP command-line tool to encrypt the contents of
the mail before sending it. Although it takes a little more work, it's a
heck of a lot better than paying the highway robbery prices of CFX_PGP,
$8000, uh ok.

You can use GnuPG, for a licensing fee free option: http://www.gnupg.org/

Steve


- Original Message -
From: "Chad Gray" [EMAIL PROTECTED]
Newsgroups: dotcom.lists.cftalk
Sent: Thursday, March 22, 2001 2:40 PM
Subject: pgp and CFMAIL


  I have not researched this at all and have no idea how PGP works yet.
 
  I am wondering how to get PGP to work with CFMAIL so a client can send
  sensitive information in email.
 
  Thanks,
  Chad




~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



PGP or other

2001-03-12 Thread Jeff Beer

What are people using to encrypt e-mails and small text files now that PGP
is charging $10,000 for an enterprise level server application?

I remember the daya of command line PGP.. life was easy then...  :)

This needs to be licensed for commercial use, so PGP 2.xx won't work.

Thanks in advance!

Jeff


~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



RE: PGP or other

2001-03-12 Thread Steve Bernard

GnuPG for now, OpenPGP when it gets going.

http://www.gnupg.org/

http://www.OpenPGP.org/

Regards,

Steve

~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



CF and PGP

2000-09-08 Thread Marla Jenkins

I'm hoping someone can help me...I am using CF 4.5.1 and need to find a way
to have CF encrypt and decrypt files using PGP 6.5.8.  I tried using
CFEXECUTE to run pgp.bat and pgp.exe but it reacts in one of two ways - 1)
kicks me out of the browser window or 2) error message that says it cannot
execute the exe or bat file.  Even if I got it to run one of the files, I
don't think I can pass the pgp decrypt statement through the arguments
attribute to a DOS prompt.  Does anyone have any suggestions on how I can
get CF and PGP to work together?  I need to use this version of PGP because
it's the only one I can find that works on both NT and HPUX.

Thanks in advance for any help!

Marla Jenkins
Web Developer
Hurd IT Communications
http://www.hurdit.com



--
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=listsbody=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.



Re: CF and PGP

2000-09-08 Thread JustinMacCarthy

There is a cfx_pgp tag on allaires site in the tag gallery

~Justin


- Original Message -
From: "Marla Jenkins" [EMAIL PROTECTED]
To: "'Cf-Talk" [EMAIL PROTECTED]
Sent: Friday, September 08, 2000 10:00 AM
Subject: CF and PGP


 I'm hoping someone can help me...I am using CF 4.5.1 and need to find a
way
 to have CF encrypt and decrypt files using PGP 6.5.8.  I tried using
 CFEXECUTE to run pgp.bat and pgp.exe but it reacts in one of two ways - 1)
 kicks me out of the browser window or 2) error message that says it cannot
 execute the exe or bat file.  Even if I got it to run one of the files, I
 don't think I can pass the pgp decrypt statement through the arguments
 attribute to a DOS prompt.  Does anyone have any suggestions on how I can
 get CF and PGP to work together?  I need to use this version of PGP
because
 it's the only one I can find that works on both NT and HPUX.

 Thanks in advance for any help!

 Marla Jenkins
 Web Developer
 Hurd IT Communications
 http://www.hurdit.com



 --

 Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
 To Unsubscribe visit
http://www.houseoffusion.com/index.cfm?sidebar=listsbody=lists/cf_talk or
send a message to [EMAIL PROTECTED] with 'unsubscribe' in
the body.



--
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=listsbody=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.



RE: CF and PGP

2000-09-08 Thread Marla Jenkins

Thanks for the quick response!  I'll take a look at it although I should
have mentionned that I've been told that I'm not allowed to use any custom
tags on the servers :-(  Know any way to do it without the cfx_pgp tag?

-Marla
-Original Message-
From: JustinMacCarthy [mailto:[EMAIL PROTECTED]]
Sent: Friday, September 08, 2000 3:29 PM
To: [EMAIL PROTECTED]
Subject: Re: CF and PGP


There is a cfx_pgp tag on allaires site in the tag gallery

~Justin


- Original Message -
From: "Marla Jenkins" [EMAIL PROTECTED]
To: "'Cf-Talk" [EMAIL PROTECTED]
Sent: Friday, September 08, 2000 10:00 AM
Subject: CF and PGP


 I'm hoping someone can help me...I am using CF 4.5.1 and need to find a
way
 to have CF encrypt and decrypt files using PGP 6.5.8.  I tried using
 CFEXECUTE to run pgp.bat and pgp.exe but it reacts in one of two ways - 1)
 kicks me out of the browser window or 2) error message that says it cannot
 execute the exe or bat file.  Even if I got it to run one of the files, I
 don't think I can pass the pgp decrypt statement through the arguments
 attribute to a DOS prompt.  Does anyone have any suggestions on how I can
 get CF and PGP to work together?  I need to use this version of PGP
because
 it's the only one I can find that works on both NT and HPUX.

 Thanks in advance for any help!

 Marla Jenkins
 Web Developer
 Hurd IT Communications
 http://www.hurdit.com



 --

 Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
 To Unsubscribe visit
http://www.houseoffusion.com/index.cfm?sidebar=listsbody=lists/cf_talk or
send a message to [EMAIL PROTECTED] with 'unsubscribe' in
the body.



--
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=listsbody=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.



Re: CF and PGP

2000-09-08 Thread JustinMacCarthy

It is very odd that you are allow to run cfexecute (you chould do format c:\
, or use | dev/null etc...) but not use a custom tag

You chould pipe the file to pgp under *nix but
I think the cfexecute tag is a little dodgy... and I haven't tried it under
*nix...

I would argue the case for using a custom tag... java or c , What are
the objections ?

~Justin  MacCarthy



- Original Message -
From: "Marla Jenkins" [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Friday, September 08, 2000 11:19 AM
Subject: RE: CF and PGP


 Thanks for the quick response!  I'll take a look at it although I should
 have mentionned that I've been told that I'm not allowed to use any custom
 tags on the servers :-(  Know any way to do it without the cfx_pgp tag?

 -Marla
 -Original Message-
 From: JustinMacCarthy [mailto:[EMAIL PROTECTED]]
 Sent: Friday, September 08, 2000 3:29 PM
 To: [EMAIL PROTECTED]
 Subject: Re: CF and PGP


 There is a cfx_pgp tag on allaires site in the tag gallery

 ~Justin


 - Original Message -
 From: "Marla Jenkins" [EMAIL PROTECTED]
 To: "'Cf-Talk" [EMAIL PROTECTED]
 Sent: Friday, September 08, 2000 10:00 AM
 Subject: CF and PGP


  I'm hoping someone can help me...I am using CF 4.5.1 and need to find a
 way
  to have CF encrypt and decrypt files using PGP 6.5.8.  I tried using
  CFEXECUTE to run pgp.bat and pgp.exe but it reacts in one of two ways -
1)
  kicks me out of the browser window or 2) error message that says it
cannot
  execute the exe or bat file.  Even if I got it to run one of the files,
I
  don't think I can pass the pgp decrypt statement through the arguments
  attribute to a DOS prompt.  Does anyone have any suggestions on how I
can
  get CF and PGP to work together?  I need to use this version of PGP
 because
  it's the only one I can find that works on both NT and HPUX.
 
  Thanks in advance for any help!
 
  Marla Jenkins
  Web Developer
  Hurd IT Communications
  http://www.hurdit.com
 
 
 

 --
 
  Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
  To Unsubscribe visit
 http://www.houseoffusion.com/index.cfm?sidebar=listsbody=lists/cf_talk or
 send a message to [EMAIL PROTECTED] with 'unsubscribe' in
 the body.
 
 

 --

 Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
 To Unsubscribe visit
http://www.houseoffusion.com/index.cfm?sidebar=listsbody=lists/cf_talk or
send a message to [EMAIL PROTECTED] with 'unsubscribe' in
the body.



--
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=listsbody=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.



RE: CF and PGP

2000-09-08 Thread Marla Jenkins

Because I'm pretty much a newbie at ColdFusion I'm not sure I totally
understood their reasoning but part of what I was told is that they don't
want to touch or load any additional COM objects.

I don't think the client never actually told my boss that cfexecute was ok
to use...I just told my boss that as far as I knew that was my only option
for a regular tag.  It's very possible that the client has cfexecute
disabled.  I think I'm going to have to give up and start looking at options
outside of CF like scheduling batch files to run.

-Marla

-Original Message-
From: JustinMacCarthy [mailto:[EMAIL PROTECTED]]
Sent: Friday, September 08, 2000 5:08 PM
To: [EMAIL PROTECTED]
Subject: Re: CF and PGP


It is very odd that you are allow to run cfexecute (you chould do format c:\
, or use | dev/null etc...) but not use a custom tag

You chould pipe the file to pgp under *nix but
I think the cfexecute tag is a little dodgy... and I haven't tried it under
*nix...

I would argue the case for using a custom tag... java or c , What are
the objections ?

~Justin  MacCarthy



- Original Message -
From: "Marla Jenkins" [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Friday, September 08, 2000 11:19 AM
Subject: RE: CF and PGP


 Thanks for the quick response!  I'll take a look at it although I should
 have mentionned that I've been told that I'm not allowed to use any custom
 tags on the servers :-(  Know any way to do it without the cfx_pgp tag?

 -Marla
 -Original Message-
 From: JustinMacCarthy [mailto:[EMAIL PROTECTED]]
 Sent: Friday, September 08, 2000 3:29 PM
 To: [EMAIL PROTECTED]
 Subject: Re: CF and PGP


 There is a cfx_pgp tag on allaires site in the tag gallery

 ~Justin


 - Original Message -
 From: "Marla Jenkins" [EMAIL PROTECTED]
 To: "'Cf-Talk" [EMAIL PROTECTED]
 Sent: Friday, September 08, 2000 10:00 AM
 Subject: CF and PGP


  I'm hoping someone can help me...I am using CF 4.5.1 and need to find a
 way
  to have CF encrypt and decrypt files using PGP 6.5.8.  I tried using
  CFEXECUTE to run pgp.bat and pgp.exe but it reacts in one of two ways -
1)
  kicks me out of the browser window or 2) error message that says it
cannot
  execute the exe or bat file.  Even if I got it to run one of the files,
I
  don't think I can pass the pgp decrypt statement through the arguments
  attribute to a DOS prompt.  Does anyone have any suggestions on how I
can
  get CF and PGP to work together?  I need to use this version of PGP
 because
  it's the only one I can find that works on both NT and HPUX.
 
  Thanks in advance for any help!
 
  Marla Jenkins
  Web Developer
  Hurd IT Communications
  http://www.hurdit.com
 
 
 

 --
 
  Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
  To Unsubscribe visit
 http://www.houseoffusion.com/index.cfm?sidebar=listsbody=lists/cf_talk or
 send a message to [EMAIL PROTECTED] with 'unsubscribe' in
 the body.
 
 

 --

 Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
 To Unsubscribe visit
http://www.houseoffusion.com/index.cfm?sidebar=listsbody=lists/cf_talk or
send a message to [EMAIL PROTECTED] with 'unsubscribe' in
the body.



--
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=listsbody=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.



RE: looking for host: SSL, CF with PGP tag installed

2000-08-18 Thread Steve Pierce

How much is pricey?

 - Steve


-Original Message-
From: Britta Wingenroth [mailto:[EMAIL PROTECTED]]
Sent: Friday, August 18, 2000 1:18 AM
To: [EMAIL PROTECTED]
Subject: looking for host: SSL, CF with PGP tag installed


Looking for a server that has a tag (such as CFX_PGP) installed so I can do
secure e-mail from an SSL form.  So far only found two, very pricey.

Anyone?


Britta Wingenroth
Web Development  Design
West Coast Web
__
[EMAIL PROTECTED]
(604) 737-4332


--
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
To Unsubscribe visit
http://www.houseoffusion.com/index.cfm?sidebar=listsbody=lists/cf_talk or
send a message to [EMAIL PROTECTED] with 'unsubscribe' in
the body.

--
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=listsbody=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.



looking for host: SSL, CF with PGP tag installed

2000-08-17 Thread Britta Wingenroth

Looking for a server that has a tag (such as CFX_PGP) installed so I can do
secure e-mail from an SSL form.  So far only found two, very pricey.

Anyone?


Britta Wingenroth
Web Development  Design
West Coast Web
__
[EMAIL PROTECTED]
(604) 737-4332

--
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=listsbody=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.