Day: March 23, 2022

Coding
Development PHP

PHP: Encryption/Decryption

This code works with a JSON stream encrypted with CryptoJS. You can use PHP with openSSL support to decrypt the data stream using your password. Decrypt /** * Decrypt data from a CryptoJS json encoding string * * @param mixed $passphrase * @param mixed $jsonString * @return mixed */ function Decrypt($passphrase, $jsonString){ $jsondata = json_decode($jsonString, […]

Read More
Apple Ask A Tech iOS Wireless

Tech Tip: Enabling iOS Wi-Fi Calling

Make a call with Wi-Fi Calling With Wi-Fi Calling, you can make or receive a phone call if you have a Wi-Fi connection in an area with little or no cellular coverage. Learn how to make a voice call using Wi-Fi Calling. Place Wi-Fi calls from your iPhone Turn on Wi-Fi calling in Settings > […]

Read More