Articles tagged as “encode

Here is a list of all articles tagged as “encode”. If you enjoy the high-quality content that I provide here at Perishable Press, you may want to subscribe to our main content feed to stay current.

Best Method for Email Obfuscation?
Awhile ago, Silvan Mühlemann conducted a 1.5 year experiment whereby different approaches to email obfuscation were tested for effectiveness. Nine different methods were implemented, with each test account receiving anywhere from 1800 to zero spam emails. Here is an excerpt from the article: When displaying an e-mail address on a website you obviously want to obfuscate it to avoid it getting harvested by spammers. But which obfuscation method is the best one? I drove a test to find out. After reading through the article and its many findings, here are what seem to be the best methods for obfuscating email ...
URL Character Codes
URL’s frequently employ potentially conflicting characters such as question marks, ampersands, and pound signs. Fortunately, it is possible to encode such characters via their escaped hexadecimal ASCII representations. For example, we would write "?" as "%3F". Here are a few more URL character codes (case-insensitive):     %3E #     %23 %     %25 {     %7B }     %7D |     %7C \     %5C ^     %5E ~     %7E [     %5B ]     %5D `     %60 ;     %3B /     %2F ?     %3F :     %3A @     %40 =     %3D &     %26 $     %24 +     %2B "     %22 space     %20 References network-tools.com URL Encoding

Attention: Do NOT follow this link!