Coding e-mail generation
It is an encryption tool for protecting the e-mail address that has been opened to the public on the WEB from the e-mail address automatic collection robot.
※In the case of coding e-mail address display using a JavaScript,noscript element is e-mail address display by the images
Or please set the Contact link to the form.
Which one to use please tailored to the installation site applications.
How to use
1)Select the safety to suit your application,please enter your e-mail address, and press the " Coding" button.
2)Please copy and paste to the part (HTML) you want to use a source that has been encrypted.
What is Coding e-mail generation
When you publish an e-mail address on the WEB,
e-mail address automatic collection robot to patrol on the WEB to recover the e-mail address,there is a possibility that hundreds of emails and spam e-mail every day ( unsolicited email ) arrives.So the robot is to encrypt the e-mail address to the recognized hesitation format,Robot will be hard to collect. A spam mail is less likely to have been sent by performing these measure.
※On this site recommended the "Security high",please use in accordance with the respective purpose .
※This is a site criteria for safety , it does not mean necessarily safety.
The most effective measures is " you don't publish your e-mail address ."
About Security"high"
- ■Use
-
Even if an e-mail address is not displayed, you do not want to get the e-mail address.
If you want to skip the link destination to the mailer from the characters, such as "Contact Us".
- ■Feature
- Description method by Javascript.
- ■Merit
-
e-mail address is unlikely to be acquired in order to not appear in the browser's status bar.
※The difference between : "Security meddle" , e-mail address does not appear in the browser's status bar.
- ■Demerit
- Not displayed when the JavaScript has been to off, the image can cope with such.
- ■Installation method
- Please replace the following tags that are placed on the home page in the JavaScript generated by the above-mentioned.
- <a href="mailto:abc-xyz@yahoo.co.jp">abc-xyz@yahoo.co.jp</a>
- ↓
- <script type="text/javascript">
- <!--
- function converter(M){
- var str="", str_as="";
- for(var i=0;i<M.length;i++){
- str_as = M.charCodeAt(i);
- str += String.fromCharCode(str_as + 1);
- }
- return str;
- }
- function mail_to(k_1,k_2)
- {eval(String.fromCharCode(108,111,99,97,116,105,111,110,46,104,114,101,102,
- 32,61,32,39,109,97,105,108,116,111,58)
- + escape(k_1) +
- converter(String.fromCharCode(59,96,97,98,44,119,120,121,63,120,96,103,110,110,45,98,110,45,105,111,61,62,114,116,97,105,100,98,115,60))
- + escape(k_2) + "'");}
- document.write('<a href=JavaScript:mail_to("","")>(Please enter the characters, such as always Contact Us)<\/a>');
- //-->
- </script>
- <noscript>(Installation images, etc.)</noscript>
- 【Display example】
About Security"middle"
- ■Use
-
Although you want to display the e-mail address , you want to measure so as not to get the e-mail address.
※The difference between : "Security high", e-mail address appear in the browser's status bar.
- ■Feature
- Description method by Javascript.
- ■Merit
- e-mail address is relatively acquired difficult.
- ■Demerit
-
Not displayed when the JavaScript has been to off, the image can cope with such.
Likely to be collected in the robot than : "Security high ".
- ■Installation method
- Please replace the following tags that are placed on the home page in the JavaScript generated by the above-mentioned.
- <a href="mailto:abc-xyz@yahoo.co.jp">abc-xyz@yahoo.co.jp</a>
- ↓
- <script type="text/javascript">
- <!--
- function converter(M){
- var str="", str_as="";
- for(var i=0;i<M.length;i++){
- str_as = M.charCodeAt(i);
- str += String.fromCharCode(str_as + 1);
- }
- return str;
- }
- var ad = converter(String.fromCharCode(96,97,98,44,119,120,121,63,120,96)+String.fromCharCode(103,110,110,45,98,110,45,105,111));
- document.write("<a href=\"mai"+"lto:"+ad+"\">"+ad+"<\/a>");
- //-->
- </script>
- <noscript>(Installation images, etc.)</noscript>
- 【Display example】
About Security"low"
- ■Use
- If you don't want to use the JavaScript.
- ■Feature
- Description method by HTML entity
- ■Merit
- The extent of becoming a measures than to directly publish the e-mail address.
- ■Demerit
-
Likely to be collected in the robot than : "Security middle ".
Likely to be collected in the robot rather than : "Security high ".
- ■Installation method
- Please replace the following tags that are placed on the home page in the sourse generated by the above-mentioned.
- <a href="mailto:abc-xyz@yahoo.co.jp">abc-xyz@yahoo.co.jp</a>
- ↓
- <a href="mailto:abc-xyz@y
- ahoo.co.jp">
- abc-xyz@yahoo.
- co.jp</a>
- 【Display example】
- abc-xyz@yahoo.co.jp
※This program is created and confirm the operation in PHP8.1.22.
※If you have any inquiries, opinions, or requests that you would like to make,
please fill out the following form