| 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..........
|
 |
 |
|
|
subject: Encryption: communicating with other systems
|
|
|