Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chris Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Encryption/Decryption

Status
Not open for further replies.

manojkumar

Programmer
Oct 21, 2003
1
IN
Kindly inform me if there is any algorithm that can do Encryption in Java and the encrypted value can be Decrypted through the same algorithm in C++ and vice versa.
(Is there any algorithm available in both Java and C++ for Encryption and Decryption).
 
It is hard to really answer this question without knowing more about your situation. My suggestion is that your check out the Java Security API at . Since it uses many standard encryption and digesting alogorithms I don't see where you should have a problem. Wushutwist
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top