Tag: server
-
PHP Add PHPMailer To Use In IIS Without Composer
This post will show you how to add PHPMailer to your IIS PHP configuration without needing to utilize Composer.
-
PHP Create Your Own DotEnv Without Composer
I will show you a way to create your own DotEnv for PHP without needing Composer.
-
Asymmetric Encryption and Decryption in PHP
In this post I will demonstrate a sample of encrypting and decrypting text using asymmetric encryption in PHP.
-
Add Custom Http Interceptor To Retrofit in Android For Encryption 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.
-
Overcome The javax.crypto.IllegalBlockSizeException In Android for Asymmetric Communication With A Host PHP Server
I will show you how I was able to overcome the javax.crypto.IllegalBlockSizeException In Android with asymmetric communication with a host PHP server.