This week's book giveaway is in the General Computing forum.
We're giving away four copies of Arduino in Action and have Martin Evans, Joshua Noble, and Jordan Hochenbaum on-line!
See this thread for details.
The moose likes Other JSE/JEE APIs and the fly likes Encryption: communicating with other systems Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


JavaRanch » Java Forums » Java » Other JSE/JEE APIs
Reply Bookmark "Encryption: communicating with other systems" Watch "Encryption: communicating with other systems" New topic
Author

Encryption: communicating with other systems

Manoj John
Ranch Hand

Joined: May 13, 2004
Posts: 36
Hi,
In my web application in (developed in struts) there is a module which encrypts the message with DES using javax.crypto. Here i am generating the secretkey with a specified string given by me.
But now i need to pass the key to another system which is developed in ASP.
But how i can they manage with java SecretKey Object.Is it possible to pass a common string and with which can generate key with java classes and with any API for ASP. please give any suggestion..........
 
I agree. Here's the link: http://zeroturnaround.com/jrebel - it saves me about five hours per week
 
subject: Encryption: communicating with other systems
 
Similar Threads
How to pass secret key to receiver?
How to pass secret key to receiver?
casting String to SecretKey object
How to store SecretKey in database?
javax.crypto with sun AND ibm...