开发者

How do you hide your php source code?

开发者 https://www.devze.com 2023-04-07 04:33 出处:网络
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开发者_Go百科 that could do this?

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开发者_Go百科 that could do this?

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


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

0

精彩评论

暂无评论...
验证码 换一张
取 消