5

I have a php page which contains keys and salts and I would like to hide such information just in case. Anyone know a good free software that could do this?

I have both zend and ion installed on my server, which I heard some source scramblers use. Any ideas?

user962449
  • 3,743
  • 9
  • 38
  • 53

1 Answers1

6

Your PHP source cannot be viewed directly via browser. You can obfuscate the php files on the server for extra protection. Obfuscation makes it more difficult for an attacker to understand your code, if he eventually gets in. Remember to keep an un-obfuscated back-up of your files.

Check Out

Obf

http://www.pipsomania.com/best_php_obfuscator.do

Zend Guard

Or just search for http://www.google.com.ng/search?sourceid=chrome&ie=UTF-8&q=php+obfuscator

Mob
  • 10,958
  • 6
  • 41
  • 58