File APIs for Java Developers
Manipulate DOC, XLS, PPT, PDF and many others from your application.
http://aspose.com/file-tools
The moose likes Java in General and the fly likes Encryption and Decryption Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Java » Java in General
Reply Bookmark "Encryption and Decryption" Watch "Encryption and Decryption" New topic
Author

Encryption and Decryption

James Laison
Greenhorn

Joined: Dec 29, 2005
Posts: 18
I know it is possible, but i will like to know the most suitable encryption algorithm for the below task:

A file will be encrypted in php and decrypted in java or encrypted in java and decrypted in php.

I know it is possible but will like to knowthe most suitable encryption algorithm.
Adam Richards
Ranch Hand

Joined: Nov 03, 2005
Posts: 133
Sounds like a PHP forum may be better for this question.
Ulf Dittmer
Marshal

Joined: Mar 22, 2005
Posts: 35241
    
    7
I would say any algorithm that you deem strong enough for your purposes, and for which you can find implementations for both languages. You can find a list of what Java supports here.


Android appsImageJ pluginsJava web charts
James Laison
Greenhorn

Joined: Dec 29, 2005
Posts: 18
thanks for the response. The link helped a lot. I found a whole lot of algorithms. I will look up on php and see the algorithms it supports.

Thanks for the help.
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: Encryption and Decryption
 
Similar Threads
each time encryption gives different result......??
AES decryption in Java
Encryption/decryption using core java and then insert into database
FTP Client Server (Urgent)
Dependable Javascript Encryption With Java Counterpart