S
S
Sergey2015-10-27 07:41:41
PHP
Sergey, 2015-10-27 07:41:41

Is there two-way encryption with a key in PHP and Java?

Between Android Java and PHP there is a transfer with a shared private key. It is required to encrypt some data with this key, what can you advise so that encryption and decryption can be implemented in both languages?

Answer the question

In order to leave comments, you need to log in

2 answer(s)
I
Immortal_pony, 2015-10-27
@goodwin74

AES

L
Lander, 2015-10-27
@usdglander

I agree with Immortal_pony! Although in such situations I use RC4. The reliability is good, and the implementation is quite simple. Any language is written in an hour. :)

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question