Decode and Decrypt PHP Files

There comes a time when we may write a PHP script for a program or website and then encode or encrypt it using a method that we are comfortable with. Some time later, maybe years in fact, we need to make changes to the script only to find out that we have somehow misplaced the original source code of the files. What do we do then? It would not be practical to try and re-write the entire source code from scratch since we may not remember all the elements that we added to the original script, and there may be … Continue Reading “Decode and Decrypt PHP Files”

Continue Reading