Login Register






Thread Rating:
  • 0 Vote(s) - 0 Average


Non-alphanumeric filter_list
Author
Message
RE: Non-alphanumeric #6
(04-19-2019, 11:58 AM)mothered Wrote:
(04-19-2019, 05:35 AM)Kawa Wrote:
(04-19-2019, 04:15 AM)mothered Wrote: Please provide the code you wish to decode.

If you don't wish to share the code, I fully understand.

When you say "decode", are you referring to "removing" all non-alphanumeric characters? If so, use the following code.
Code:
Output: Sinisterly

The regular expression of ‘/[\W]/’  replaces every non-alphanumeric character with an empty string. The preg_replace() function, searches for the strings.


I'm afraid... that's not what I mean.... PHP non-alphanumeric is actually an advanced way to obfuscate your code....... maybe this could light some concepts and hopefully someone can understand it better than me

http://www.thespanner.co.uk/2011/09/22/n...de-in-php/

Reply





Messages In This Thread
Non-alphanumeric - by Kawa - 04-19-2019, 12:37 AM
RE: Non-alphanumeric - by mothered - 04-19-2019, 04:15 AM
RE: Non-alphanumeric - by Kawa - 04-19-2019, 05:35 AM
RE: Non-alphanumeric - by mothered - 04-19-2019, 11:58 AM
RE: Non-alphanumeric - by Kawa - 04-22-2019, 03:11 PM
RE: Non-alphanumeric - by Kawa - 04-19-2019, 05:34 AM



Users browsing this thread: 1 Guest(s)