Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

OpenSSL in Android

Is the OpenSSL included in Android? If so, how can I call OpenSSL functions such as AES encryption?

like image 486
user2642459 Avatar asked Feb 16 '23 16:02

user2642459


2 Answers

Here are some of the Helpful Links : How to use Open SSL in Android. For AES encryption take a look at javax.crypto package which android supports. javax.crypto supports AES algorithm as well. Here is the link for that javax.crypto in Android. Make sure you do some research before asking question. At least try to present what you have tried and be specific about your problem.

like image 117
Peshal Avatar answered Feb 23 '23 08:02

Peshal


The answer to your question "Is the OpenSSL included in Android?" is "No". OpenSSL is apparently not included by default in Android.

like image 43
Lelanthran Avatar answered Feb 23 '23 08:02

Lelanthran