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?

7
  • 4
    From whom do you try to hide it? Commented Sep 25, 2011 at 23:56
  • 3
    You do know that anyone viewing your PHP files via the browser wont be able to read your code, right? Commented Sep 25, 2011 at 23:59
  • how about this ? sourceguardian.com Commented Sep 26, 2011 at 0:01
  • I meant in case my server gets hacked. Since the php file contains my keys, salts, and encrypt/decrypt functions. I'm going to tie the php file to my domain too. Looking for a free solution. Hope that clears my question a bit. Help is appreciated! Commented Sep 26, 2011 at 0:03
  • sourceguardian looks good, but it's not free :( Commented Sep 26, 2011 at 0:04

1 Answer 1

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

Sign up to request clarification or add additional context in comments.

1 Comment

@Jan Of-course. Everything that can be encrypted, obfuscated, can be reversed.

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.