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

Re: PGP and CF

2010-01-21 Thread safo kaskas
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

Re: PGP and CF

2010-01-21 Thread safo 2000
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

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

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

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

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%

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

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

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

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

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

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

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

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

RE: PGP and CF7 on Linux

2006-12-13 Thread Brad Wood
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

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

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

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

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

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

Re: PGP CFEXECUTE

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

Re: PGP CFEXECUTE

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

RE: PGP CFEXECUTE

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

Re: PGP CFEXECUTE

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

RE: PGP CFEXECUTE

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

Re: PGP CFEXECUTE

2006-12-08 Thread Brian Peddle
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

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

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

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

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?

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

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

Re: PGP

2005-08-16 Thread Tanguy Rademakers
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

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

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

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

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

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

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

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 ~|

RE: Re[2]: PGP and CF5

2003-02-10 Thread Jared Clinton
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

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

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

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

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

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

Re: pgp and CFMAIL

2001-03-22 Thread W Luke
: "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 informatio

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

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

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

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:

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

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..

RE: CF and PGP

2000-09-08 Thread Marla Jenkins
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

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

RE: CF and PGP

2000-09-08 Thread Marla Jenkins
: 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

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

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