• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Cryptix openpgp issue

 
Greenhorn
Posts: 13
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I am working on a project wherein I am using the OpenPGP java API for encrypting and decrypting data.

I am using
OpenPGP java API - cryptix-openpgp-20050418-snap
Java version - JDK 1.5.0
Data is encrypted using - MEGACRYPTION/MVS V5.4 (A encryption software used by mainframe application and supports PGP)



I am able to decrypt the file using the PGP Desktop tool, however, when I try to decrypt a file from the particular agency who is using the MEGACRYPTION, I get the following error


I am getting this error at the following point in the PGP code:

Class -

cryptix.openpgp.packet.PGPPublicKeyEncryptedSessionKeyPacket




Method call -





I modified the PGP code to allow version 113 which the version that comes up when the data is being decrypted, but this gives me another error �

Thanks for your help in advance

Joseph
 
Sheriff
Posts: 67746
173
Mac Mac OS X IntelliJ IDE jQuery TypeScript Java iOS
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
"josxavier", please check your private messages for an important administrative matter.
 
Don't get me started about those stupid light bulbs.
reply
    Bookmark Topic Watch Topic
  • New Topic