encryption

Working With JWT Authentication In Android And A PHP Server
I will show you a sample project of working with JWT Authentication in Android and a PHP Server.
Asymmetric Encryption and Decryption in PHP
In this post I will demonstrate a sample of encrypting and decrypting text using asymmetric encryption in PHP.
Http Interceptor For Retrofit in Android To Encrypt Communication
In this post I show you how I implemented a custom Retrofit Http Interceptor for encryption in Android to communicate with a PHP server.
IllegalBlockSizeException for Asymmetric Communication
I will show you how I was able to overcome the javax.crypto.IllegalBlockSizeException In Android with asymmetric communication with a host PHP server.
Symmetric Encryption using Android KeyStore
In this post I will show you an example of symmetric encryption in Android using the Android KeyStore.
PHP Asymmetric Encryption With Android Payload
In this post I will show you how I implemented asymmetric encryption with Android and a host PHP server.