Questions tagged [zend-guard]

Zend Guard is a PHP encoding and obfuscation product that makes it harder to reverse engineer an application.

Zend Guard is a PHP encoding and obfuscation product that makes it harder to reverse engineer an application.

59 questions
17
votes
2 answers

Decode a PHP encoded with 'zend guard'

We have a website maintained by an old employee and it appears it's encoded by Zend Guard including all backups. I know a little about Zend Optimizer, but never considered it for source protection as I know in the end the bytecode will need to be…
SuperDuck
  • 1,785
  • 1
  • 16
  • 24
13
votes
5 answers

Zend Guard vs. ionCube

I've developped a php script and I want to protect my files, so what do you think is the best choice for doing this. ionCube starting from 199$ Zend Guard 800$ Is there any other cheaper tools or even free ?
Wassim AZIRAR
  • 10,179
  • 36
  • 115
  • 165
10
votes
5 answers

How to encrypt a PHP file for free?

I have created a plugin for WordPress although I would like to encrypt it to stop people viewing the source code. I've heard of Zend Guard and IonCube although is there a free alternative to these? Thanks for the help. :)
Joey Morani
  • 21,793
  • 29
  • 79
  • 126
7
votes
2 answers

Execute PHP script encoded with ZendGuard through command line

I need to run from the command line (PHP CLI) some files that were encrypted by Zend Guard and php just seems to quit as soon as it reaches an encoded file without any error message. Is it possible to execute PHP scripts that are encoded by Zend…
SolarBear
  • 4,282
  • 4
  • 33
  • 50
5
votes
1 answer

Apache won't load Zend Guard Loader

I'm using Ubuntu 15.04 - 64 Bit with the following setup: Apache Server version: Apache/2.4.10 (Ubuntu), Server built: Jul 24 2015 17:25:18 PHP PHP 5.6.4-4ubuntu6.2 (cli) (built: Jul 2 2015 15:29:28) Copyright, (c) 1997-2014 The PHP Group…
Tyralcori
  • 989
  • 13
  • 32
3
votes
1 answer

Protecting code using Zend Guard

I'd like to protect a PHP app that a client wants to have hosted on their own servers - I know that Zend Guard & Ion Cube do some form of protection but i've also found sites that will reverse engineer this code. My question is - is there a way to…
Zabs
  • 12,494
  • 42
  • 150
  • 262
2
votes
1 answer

Failed to load Zend loader with Xampp

I am trying to load zend guard loader with xampp but it is not working any more. I added code in php.ini file , restarted server. Php version 5.6.24 (Non-thread-safety) zend loader version is 5.6 [ZendGaurdLoader] ; ONLY PROVIDED UNDER…
Mohit Saxena
  • 1,313
  • 1
  • 9
  • 20
2
votes
1 answer

laravel5 composer install error zend guar loader

i try to install Laravel 5.1: php composer create-project laravel/laravel --prefer-dist and i have got this: Error Output: Zend Guard Loader requires Zend Engine API version 220090626. The Zend Engine API version 220121212 which is installed, is…
Pionas
  • 346
  • 4
  • 13
2
votes
2 answers

What's the difference between Zend Optimizer and Zend Guard Loader? And what do they actually do?

I've got an app which requires Zend Optimizer to run because it's encoded somehow. Search for Zend Optimizer at official Zend site leades to Zend Guard Loader. What's the difference between these programs? Is there a way to install one of them via…
Gherman
  • 4,957
  • 6
  • 36
  • 58
2
votes
1 answer

I want to encrypt my symfony 2 application and make closed source

I want my application symfony2 to be encrypted and closed source for developers, i have used zendguard the index page is working but when it call other pages it give me an annotation exception : [Semantical Error] The annotation "@ORM\Table" in…
Samir Mengadi
  • 271
  • 3
  • 3
1
vote
2 answers

is it possible to decode a file encoded by zend safeguard?

I was looking for php encoder and found a zend safeguard. I googled about safeguard and found out that there are many decoders for zend safeguard. Zend told me that it is not possible to decode zend encoded files, but users over the internet do not…
Moon
  • 20,835
  • 65
  • 174
  • 263
1
vote
3 answers

Any way to get Zend Guard Loader (php 5.3) to execute scripts protected with zendenc52.exe

Currently PHP 5.3 hosting environments have to install and use "Zend Guard Loader" extension to process and execute Zend Guard encoded files. I was unable to make it execute files that were encoded for use with Zend Optimizer (PHP 5.2). Any…
user1012851
1
vote
1 answer

Decode a Zend Guard encoded file with Zend Studio

So I have a fairly large system which we have encoded with Zend Guard. As this pretty badly messes up any SVN control, its a bit of a pain to deploy / make changes. Does anyone know if its possible to use the Zend Studio FTP editing to decode and…
Horse
  • 2,793
  • 5
  • 31
  • 61
1
vote
0 answers

Not able to run encoded php file using zend guard

I want to encode my php files to give this code to the testers to test. For that,I have encoded my php file using zend quard. While taking license it I am getting,below warning, I tried to run that encoded file, I get this error. How to solve…
Vidya
  • 123
  • 1
  • 2
  • 11
1
vote
2 answers

Ruby & Rails: code guard

Is there some sort of "Zend code guard" for rails applications ? Sultan
sultan
  • 5,468
  • 12
  • 55
  • 101
1
2 3 4