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? 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. 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 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... 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? 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
Archived
This topic is now archived and is closed to further replies.