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 ColdFus
> 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.fi
;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
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
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
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
@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
gives
File is encrypted. Sec
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 m
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
Syntax I us
FYI
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.
On Wednesday 25 Jul 2007, [EMAIL PROTECTED] wrote:
> We use CFEXECUTE and the commandline 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
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
~|
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
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/downlo
> 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
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
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 PROTECTE
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?
>
>
-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.
> W
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 d
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 kee
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: Ro
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 (Ga
F-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:
This has worked great for us sending wage information for check clea
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 cold
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:
>
>
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
> com
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
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?
>
>>
~
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 i
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
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 eas
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 particu
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
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
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 recommen
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
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 n
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
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 stro
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
~|
Archi
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.
But, when you open the file in a text editor there is no encrypte
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
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 goo
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
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
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
&
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 op
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
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
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.m
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 ad
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
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 cas
[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"
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 hop
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 c
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 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
---
Hi all. I guess this is on topic in a roundabout way. :)
A while back I created a ColdFusion program that will create and
upload batch files to authorizenet. I haven't pushed it hard since
obviously it stores credit card and bank account numbers. I've since
installed PGP and the C
60 matches
Mail list logo