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.

e-mail address

※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.
  1. <a href="mailto:abc-xyz@yahoo.co.jp">abc-xyz@yahoo.co.jp</a>
  2. <script type="text/javascript">
  3. <!--
  4. function converter(M){
  5. var str="", str_as="";
  6. for(var i=0;i<M.length;i++){
  7. str_as = M.charCodeAt(i);
  8. str += String.fromCharCode(str_as + 1);
  9. }
  10. return str;
  11. }
  12. function mail_to(k_1,k_2)
  13. {eval(String.fromCharCode(108,111,99,97,116,105,111,110,46,104,114,101,102,
  14. 32,61,32,39,109,97,105,108,116,111,58)
  15. + escape(k_1) +
  16. 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))
  17. + escape(k_2) + "'");}
  18. document.write('<a href=JavaScript:mail_to("","")>(Please enter the characters, such as always Contact Us)<\/a>');
  19. //-->
  20. </script>
  21. <noscript>(Installation images, etc.)</noscript>
  1. 【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.
  1. <a href="mailto:abc-xyz@yahoo.co.jp">abc-xyz@yahoo.co.jp</a>
  2. <script type="text/javascript">
  3. <!--
  4. function converter(M){
  5. var str="", str_as="";
  6. for(var i=0;i<M.length;i++){
  7. str_as = M.charCodeAt(i);
  8. str += String.fromCharCode(str_as + 1);
  9. }
  10. return str;
  11. }
  12. 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));
  13. document.write("<a href=\"mai"+"lto:"+ad+"\">"+ad+"<\/a>");
  14. //-->
  15. </script>
  16. <noscript>(Installation images, etc.)</noscript>
  1. 【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.
  1. <a href="mailto:abc-xyz@yahoo.co.jp">abc-xyz@yahoo.co.jp</a>
  2. <a href="m&#97;i&#108;t&#111;:&#97;&#98;&#99;-&#120;&#121;z&#64;&#121;
  3. &#97;&#104;&#111;&#111;&#46;c&#111;&#46;jp">
  4. &#97;&#98;&#99;-&#120;&#121;z&#64;&#121;&#97;&#104;&#111;&#111;&#46;
  5. c&#111;&#46;jp</a>
  1. 【Display example】
  2. 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