Base 64 encoding remainder problem
I’ve mentioned base 64 encoding a few times here, but I’ve left out a detail. This post fills in that detail. Base 64 encoding comes up in multiple contexts in which you want to represent binary data in text form. I’ve mentioned base 64 encoding in the context of Gnu
Read moreBinary to text to binary
Gnu Privacy Guard includes a way to encode binary files as plain ASCII text files, and turn these text files back into binary. This is intended as a way to transmit encrypted data, but it can be used to convert any kind of file from binary to text and back
Read moreManaging PHP Versions with Laravel Herd
Laravel Herd allows developers to manage multiple PHP versions. This article will delve into how to use it, plus benefits and challenges. Continue reading Managing PHP Versions with Laravel Herd on SitePoint.
Read more