aspose file tools
The moose likes Security and the fly likes Which security artifacts to use for this? Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of Practical Unit Testing with TestNG and Mockito this week in the Testing forum!
JavaRanch » Java Forums » Engineering » Security
Reply Bookmark "Which security artifacts to use for this?" Watch "Which security artifacts to use for this?" New topic
Author

Which security artifacts to use for this?

Ajay Oruganti
Greenhorn

Joined: Jun 25, 2002
Posts: 5
We have to send a string to another app in a confidential manner. The recipient also must know that it came from our app/server.
What is the bestway to do this? As an interim solution, we are doing Symmetric encryption of the string. We are exchanging Base64Encoded keys physically.
Can the security gurus here suggest the 'right way' to do this? What security artifacts would make the perfect solution for this problem?
Thanks,
Ajay
Jon Eaves
Greenhorn

Joined: Apr 04, 2004
Posts: 12
Generally the approach is encrypted (for the security) and signed (for the authenticity).
Use a public key algorithm and have the two machines authenticate. Of course the actual answer depends heavily on what you're trying to do.
 
IntelliJ Java IDE
 
subject: Which security artifacts to use for this?
 
Threads others viewed
SCEA logo
What exactly is assesed in part 2 of the SCEA 5.0 exam?
JAAS Security Policy File
j2ee enabled security app in an enterprise
Grails for prototyping and enterprise applications
IntelliJ Java IDE