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
posted
0
Sounds like a PHP forum may be better for this question.
Ulf Dittmer
Marshal
Joined: Mar 22, 2005
Posts: 35241
7
posted
0
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.