View Single Post
  #4  
Old 11-22-2017, 10:54 AM
Kesstryl's Avatar
Kesstryl Kesstryl is offline
Member
 
Join Date: Feb 2012
Posts: 125
Gender: Female
Credits: 17,019
Kesstryl is on a distinguished road
Default

Is there not a way to fix the old php code to make it more secure? I recently did this with an old php 4 script, and updated everything to php 5.6 with a lot of security modifications. It's not impossible, just takes a lot of research and knowing the code really well, and knowing the best security practices. Code doesn't have to be OOP or MVC to be rock solid secure.
Reply With Quote