473,396 Members | 1,812 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,396 software developers and data experts.

Need IDEA plugin for gpg

prn
254 Expert 100+
Hi folks,

Using Centos 5.6. I need to decrypt messages created by PGP 4.0 for MVS.

The messages are encrypted using IDEA for the symmetric cypher. Right now, I'm using gpg on Windows, but it looks like I'm finally going to be permitted to move that process to Linux.

The problem is that the GPG FAQ at http://www.gnupg.org/faq/GnuPG-FAQ.html#how-do-i-include-support-for-rsa-and-idea says the source for the IDEA plugin is "available from ftp://ftp.gnupg.dk/pub/contrib-dk/." Unfortunately, although ftp.gnupg.dk exists, there is no /pub/contrib-dk directory anymore. I can connect anonymously to the site, and can cd to /pub, but get told that there is no such directory when I try to cd to /pub/contrib-dk. And the site will not allow ls at all.

So, does anyone know if there is a mirror of the gnupg.dk site? Has the IDEA support moved elsewhere? I really don't want to leave this on windows if I can avoid it.

Thanks,
Paul
Dec 29 '11 #1

✓ answered by prn

The problem was that I was not getting the ftp site linked from the gnupg.org page ( ftp.gnupg,dk ) to work. I could not either ls or cd to pub/contrib-dk.

It turns out, however, that their webserver seems to work somewhat better than their ftp server. For the benefit of anyone else looking for the same files, here's the steps that eventually acquired (and proved) a good file:

Expand|Select|Wrap|Line Numbers
  1. wget http://www.gnupg.dk/contrib-dk/idea.c.gz
  2. wget http://www.gnupg.dk/contrib-dk/idea.c.gz.sig
  3. gpg --keyserver pgp.mit.edu --recv-keys 621CC013
  4. gpg --verify idea.c.gz.sig
  5.  
The key used for the detached sig is expired, but the result at least shows
Expand|Select|Wrap|Line Numbers
  1. # gpg --verify idea.c.gz.sig
  2. gpg: Signature made Tue 01 Apr 2003 10:32:20 AM EST using DSA key ID 621CC013
  3. gpg: Good signature from "Werner Koch <wk@gnupg.org>"
  4. gpg:                 aka "Werner Koch <wk@g10code.com>"
  5. gpg:                 aka "Werner Koch <werner.koch@guug.de>"
  6. gpg: Note: This key has expired!
  7. Primary key fingerprint: ECAF 7590 EB34 43B5 C7CF  3ACB 6C7E E1B8 621C C013
  8.  
The IDEA code is pretty old by now and even with the patent having expired, it's not the best choice, but I have no choice. The sender is the 800-pound gorilla and I'm a relative gnat. I have to be able to decrypt the files from this provider. They don't particularly have to accommodate me.

Thanks,
Paul

1 3025
prn
254 Expert 100+
The problem was that I was not getting the ftp site linked from the gnupg.org page ( ftp.gnupg,dk ) to work. I could not either ls or cd to pub/contrib-dk.

It turns out, however, that their webserver seems to work somewhat better than their ftp server. For the benefit of anyone else looking for the same files, here's the steps that eventually acquired (and proved) a good file:

Expand|Select|Wrap|Line Numbers
  1. wget http://www.gnupg.dk/contrib-dk/idea.c.gz
  2. wget http://www.gnupg.dk/contrib-dk/idea.c.gz.sig
  3. gpg --keyserver pgp.mit.edu --recv-keys 621CC013
  4. gpg --verify idea.c.gz.sig
  5.  
The key used for the detached sig is expired, but the result at least shows
Expand|Select|Wrap|Line Numbers
  1. # gpg --verify idea.c.gz.sig
  2. gpg: Signature made Tue 01 Apr 2003 10:32:20 AM EST using DSA key ID 621CC013
  3. gpg: Good signature from "Werner Koch <wk@gnupg.org>"
  4. gpg:                 aka "Werner Koch <wk@g10code.com>"
  5. gpg:                 aka "Werner Koch <werner.koch@guug.de>"
  6. gpg: Note: This key has expired!
  7. Primary key fingerprint: ECAF 7590 EB34 43B5 C7CF  3ACB 6C7E E1B8 621C C013
  8.  
The IDEA code is pretty old by now and even with the patent having expired, it's not the best choice, but I have no choice. The sender is the 800-pound gorilla and I'm a relative gnat. I have to be able to decrypt the files from this provider. They don't particularly have to accommodate me.

Thanks,
Paul
Dec 29 '11 #2

Sign in to post your reply or Sign up for a free account.

Similar topics

1
by: Sebastien de Menten | last post by:
Hi, I've read lot of messages on googlegroups without finding what I'm looking for :-( I need a plugin that enables me to access a python VM directly from excel (the COM server path is not...
8
by: Gerald Aichholzer | last post by:
Hello NG, I try to apply the following template <xsl:template match="objectgroup"> <xsl:copy> <xsl:apply-templates select="*|@*"/> <xsl:variable name="object" select="."/> <xsl:for-each...
6
by: Dave Weber | last post by:
I'm in the process of writing an open-source plugin-enabled application. I know that you can define the API in several ways, and right now it is equipped as an Interface. The gist of the...
1
by: GTi | last post by:
I'm developing a solution with ASP.NET 2.0 (beta) I need to create plugin modules into my project. I have a standard webpage like: - a header on top - menu/info bar on the left - main page...
3
by: Frank | last post by:
Hi all, I have a programming problem and am not sure what's the best way to come to a solution. Problem: I want to know how many blocks fit into a box. The blocks are all the same size, but...
2
by: Edvard Majakari | last post by:
Hi, My idea is to create a system working as follows: each module knows path to plugin directory, and that directory contains modules which may add hooks to some points in the code. Inspired...
0
by: Jasmine | last post by:
Hi, I have a java servlet "receivefile" in the web server, the user will submit file to the servlet address, i.e ,https//cschool.com/servlet/receivefile?type=en, the servlet will place the file...
3
by: Richard | last post by:
I'd like to build a C# application that has some sort of plugin or additional modules depending on what functionality the client user has requested. The idea is that I have an SQL database table...
0
by: silentbuddha | last post by:
Private Sub UserForm_Initialize() '----------- POPULATE LISTBOX 1 ----------- With ListBox1 .AddItem "--none--" .AddItem "Account...
1
by: Monica Leko | last post by:
Hi I have small site which will track users talking on mobile phone (site will refresh every x minutes and retreive new data from the server). Users can change their location (walking), or they...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
0
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.