random1 Posted September 8, 2009 Share Posted September 8, 2009 I'd like to create a custom byte-code encryption (obfuscator) PHP function, is this a suitable method? Any ideas on how to get started? Quote Link to comment https://forums.phpfreaks.com/topic/173479-php-file-encryption-bytecode-obfuscator-etc/ Share on other sites More sharing options...
ignace Posted September 8, 2009 Share Posted September 8, 2009 Don't write it yourself unless you have had CS101 use Zend Guard instead. Quote Link to comment https://forums.phpfreaks.com/topic/173479-php-file-encryption-bytecode-obfuscator-etc/#findComment-914554 Share on other sites More sharing options...
lynxus Posted September 8, 2009 Share Posted September 8, 2009 http://www.codeeclipse.com/ has an obfscator Quote Link to comment https://forums.phpfreaks.com/topic/173479-php-file-encryption-bytecode-obfuscator-etc/#findComment-914627 Share on other sites More sharing options...
newbtophp Posted September 8, 2009 Share Posted September 8, 2009 Don't write it yourself unless you have had CS101 use Zend Guard instead. zend guard is not safe, it can easily be reverse engineered... Quote Link to comment https://forums.phpfreaks.com/topic/173479-php-file-encryption-bytecode-obfuscator-etc/#findComment-914629 Share on other sites More sharing options...
ignace Posted September 8, 2009 Share Posted September 8, 2009 Don't write it yourself unless you have had CS101 use Zend Guard instead. zend guard is not safe, it can easily be reverse engineered... As easy as when you would write it yourself? Quote Link to comment https://forums.phpfreaks.com/topic/173479-php-file-encryption-bytecode-obfuscator-etc/#findComment-914817 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.