Scrambler

Get "scrambled" email addresses for your web site - see free stuff for more information.

1. Enter the email address that you wish to display:

Once an email address has been encrypted all record of it is deleted.

2. Choose the format that you require:

  • Plain email address with no link, e.g., email@example.com
  • Email address with link, e.g., email@example.com
  • Link only, e.g., Email me

3. Click on the 'Get code' button. The page will update without reloading.

4. Follow the instructions following the conditions of use below.


Conditions of use

By using the Clive Publishing Email Address Scrambler, you agree to the following conditions of use:

The Clive Publishing Email Address Scrambler is made it available without charge on the understanding that it is provided WITHOUT ANY WARRANTY WHATSOEVER and that the Javascript code, including the comments, is used without alteration.


To use the "scrambled" email address on your web site, copy and paste the following Javascript into the <head> section of your web page.

<script type="text/javascript">
<!--
// Scrambler (http://www.clive-publishing.com/free-stuff/scrambler/)
// Code (c) 2005-2008 Clive Publishing (http://www.clive-publishing.com/)
function m(c,d,n){var a,t;if(d%2==0){a=1}else{a=c}
for(var i=1;i<=d/2;i++){t=(c*c)%n;a=(t*a)%n;}return a}
function ds(s,d,n){var r="",c=s.split(" ");
for(var i=0;i<c.length;i++){
r+=String.fromCharCode(m((c[i]),d,n))};return r;}
function x(s,d,n){document.write(ds(s,d,n))}
// -->
</script>

Then copy and paste the following code into the <body> section of your web page wherever you need your email address and/or link to appear.

 

Finally, if you feel that you need to provide users of browsers not running Javascript with a means of contacting you, add code between the <noscript> tags, for example, to display an image. DO NOT use the email address as Spambots do scan this text!


If you have any queries concerning the Clive Publishing Email Address Scrambler please post a comment on the main blog or send an email to clive@clive-publishing.com.