Posted: Tue Aug 24, 2010 9:50 pm Post subject: Data Encryption and Decryption
Centurion
Joined: 27 Mar 2007 Posts: 142
Hi All,
I trying to find here whether Can i achive encryption and decryption of data with any java program, Can QM automatically do that before putting message on to the queue, or any api call required for that to do..?
What I want to achive is...
I will pick a text file from remote directory using java.. and I need to place that content of the file into a Queue in an encrypted form..I achived this using java..but my requirement is to achive directly thorugh MQ API classes or something else... is it possible..?
Posted: Wed Aug 25, 2010 4:11 am Post subject: Re: Data Encryption and Decryption
Grand High Poobah
Joined: 11 Nov 2005 Posts: 26093 Location: Texas, USA
SANTYP wrote:
is it possible..?
Obviously possible - you found that link where a solution is being sold. Are you claiming their solution doesn't work??
If you're asking "is it possible without buying the product?" then the only way is to write your own version of what's being sold. This is something I'd seriously doubt would work out to be cheaper in the long run than the commercial solution. The base version of WMQ doesn't do what you're asking.
The Extended Security Edition of WMQ (available everywhere WMQ is sold) does do this. I mention this in the spirit of fair play and make no recommendation or endorsement of which of these products (or any of the other commercial solutions that may meet your needs) is better / faster / more fitting to your needs / etc / etc.
Except I'd recommend against trying this yourself. Push back & get some budget. Buy something. _________________ Honesty is the best policy.
Insanity is the best defence.
Joined: 25 May 2002 Posts: 664 Location: South East London
I rolled my own for a project a couple of years ago. I used AspectJ to intercept calls to the JMS API and encrypt/decrypt the payload transparently to the application. It was a pretty simple use case though, and a proper application will have key management facilites for more complex situations.
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum