Jump to content

Just a question


donatastommy

Recommended Posts

Sometimes I see things like..             

 

$i="/x80/x80";

 

Or things like that..

 

Sometimes with a key

$key="/x00";

 

I have an idea of what it is.. its hex I believe and its can be used to encode/hide information, but can someone elaborate more or give an example of how to do this to something small?
Link to comment
https://forums.phpfreaks.com/topic/282963-just-a-question/
Share on other sites

Thirteen seconds of googling returns:

\x[0-9A-Fa-f]{1,2} the sequence of characters matching the regular expression is a character in hexadecimal notation

 

http://ch.php.net/manual/en/language.types.string.php#language.types.string.syntax.double

Wasn't sure what to search. Thanks.

Link to comment
https://forums.phpfreaks.com/topic/282963-just-a-question/#findComment-1453907
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.