PhalconPHP API and Android security -


i working on project powered phalconphp , concerned android , api communication security.

the api hosted on ssl site. afaik, generate "aes-128-gcm" encryption on each sender end. android support "aes-128-gcm"? if yes, can that?

also, need know, how authenticated user session verified on every request made android app.


Comments

Popular posts from this blog

Sort a complex associative array in PHP -

vb.net - How to ignore if a cell is empty nothing -

recursion - Can every recursive algorithm be improved with dynamic programming? -