NuSphere Forums Forum Index
NuSphere Forums
Reply to topic
PHP Encoding


Joined: 14 Aug 2008
Posts: 1
Reply with quote
I understand that Nucoder encodes the php script into php byte codes.

What is exactly the encoding/encryption algorithm used in NuCoder?

I need to make sure that the encoding/encryption algorithm used does not violate the regulation set by some regions.
View user's profileFind all posts by tiensenSend private message
Site Admin

Joined: 13 Jul 2003
Posts: 8334
Reply with quote
In terms we understand it, encoding does not mean encryption. If you compile for example C program with regular C compiler, you'll get CPU opcodes suitable for the target platform CPU. It's known as binary file that operating system can recognize, load and execute.
With nucoder you get quite similar binary file that is suitable for running under PHP virtual machine which supports its own opcodes. The file format is recognzed by PhpExpress (the loader) and it can load the file and let php vm execute the opcodes.

There is no encryption until you protect your encoded files with license. In latter case nucoder uses AES-128bit. It's the same cypher algorithm that is used by your browser when you work with HTTPS web sites.

As far a I heard some contries (for example China) do not allow any encryption with keys longer than 56bit. It's a problem then because there is no such thing as AES 56bit, only DES and it's too weak.

_________________
The PHP IDE team
View user's profileFind all posts by dmitriSend private messageVisit poster's website
PHP Encoding
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
All times are GMT - 5 Hours  
Page 1 of 1  

  
  
 Reply to topic