Author Topic: suggestions for a good email address encrypter  (Read 4460 times)

0 Members and 1 Guest are viewing this topic.

Offline rain_storm

  • Here comes the Rain
  • DBF Aficionado
  • ******
  • Posts: 3088
  • Karma: 182
  • Rain never hurt nobody
    • View Profile
    • org_100h
Ive been reading 'Create your own website' by Michael Gray. When the book is talking about adding a contact href it states that printing your email address is very insecure. He mentions mailtoencryptor as a solution but when I go the mailtoencryptor.com there is no downloads. In fact theres nothing there but a link to the hosts webpage. Now at the moment I have my email address embedded in the html but I would prefer to have it encrypted and just put up a clickable png with the email written on it. Anyone use some software similar to mailtoencryptor?

Challenge Trophies Won:

Offline Shockwave

  • good/evil
  • Founder Member
  • DBF Aficionado
  • ********
  • Posts: 17394
  • Karma: 498
  • evil/good
    • View Profile
    • My Homepage
Re: suggestions for a good email address encrypter
« Reply #1 on: July 22, 2008 »
First question..
Have you got php?

Second question (if you have)
Make an image verification program.. I could do that for you :P

Shockwave ^ Codigos
Challenge Trophies Won:

Offline rain_storm

  • Here comes the Rain
  • DBF Aficionado
  • ******
  • Posts: 3088
  • Karma: 182
  • Rain never hurt nobody
    • View Profile
    • org_100h
Re: suggestions for a good email address encrypter
« Reply #2 on: July 22, 2008 »
No php here I do have the JDK if that can be used. I read that you can encrypt the address with some JavaScript but even the guy who said that also said that you should never publish your email seems thats why mailtoencryptor is offline the spambots have it figured out. Is it enough to have the email there as an image without a href or can spambots still get it

Challenge Trophies Won:

Offline Shockwave

  • good/evil
  • Founder Member
  • DBF Aficionado
  • ********
  • Posts: 17394
  • Karma: 498
  • evil/good
    • View Profile
    • My Homepage
Re: suggestions for a good email address encrypter
« Reply #3 on: July 22, 2008 »
Putting it as an image will certainly deter most web bots. Some people just encrypt thier email address by doing something like;

address [-at-] domain [-dot-] co [-dot-] uk

And believe it or not, that will stop a lot of spam.

There are even web bots that puportedly have some success at deciphering verification images, they work by determining (amongst other things) the thickness of lines in an image and attempting to break the image into segments which is why a lot of these security codes have overlapping letters.

If someone is going to dedicate the time to hack your site personally then there's not a lot you can do, but generically yes, you can just add an image and it will get rid of most spam.

If you are taking an interest in web design, you'll want to get some web space with a proper host that lets you use php or even perl, it's addictive though!

The server we are on here is php 5.2 enabled, you could have a subdomain here if you ever outgrow your current place :)
Shockwave ^ Codigos
Challenge Trophies Won:

Offline rain_storm

  • Here comes the Rain
  • DBF Aficionado
  • ******
  • Posts: 3088
  • Karma: 182
  • Rain never hurt nobody
    • View Profile
    • org_100h
Re: suggestions for a good email address encrypter
« Reply #4 on: July 22, 2008 »
At the moment untergrund suits my needs very well eventually I will need to move elsewhere but not before I learn a lot more about web development. You're right though it is addictive

address [-at-] domain [-dot-] co [-dot-] uk
^cant believe that browsers can parse that
will that work if I use doctype strict?

Challenge Trophies Won:

Offline zawran

  • Sponsor
  • Pentium
  • *******
  • Posts: 909
  • Karma: 67
    • View Profile
Re: suggestions for a good email address encrypter
« Reply #5 on: July 22, 2008 »
If its not really a commercial page, you might splice it into a sentence, where the user has to decipher the address, something like this:

" You can email me using the following address:   name has to do with myname and that name is at a location called domainnamegoeshere and its on extension com.

Then the colored bits put together is the email address "myname@domainnamegoeshere.com"

Its not all that clever, and might not be totally userfriendly, but it should be able to prevent bots, at least I think it could.

Offline Jim

  • Founder Member
  • DBF Aficionado
  • ********
  • Posts: 5301
  • Karma: 402
    • View Profile
Re: suggestions for a good email address encrypter
« Reply #6 on: July 23, 2008 »
If you can use javascript, then put the email address in javascript with extra letters in it or in reverse(enough to fool the bots), then make your mailto: link call a javascript function which undoes the 'encryption' to get the email address.

Jim
Challenge Trophies Won:

Offline rain_storm

  • Here comes the Rain
  • DBF Aficionado
  • ******
  • Posts: 3088
  • Karma: 182
  • Rain never hurt nobody
    • View Profile
    • org_100h
Re: suggestions for a good email address encrypter
« Reply #7 on: July 23, 2008 »
Found out that untergrund allows CGI and PHP scripts, MySQL databases. So looks like I can use PHP but I think I would like to use the javescript meathod. I havent had anything that pushed me to use java yet so I think that this would be a good place to start. The quick fix at the moment is to have an unclickable image. I prefered to have the user do as little work as possible to contact me, I dont want people to change their minds about sending an email if they have to go out of their way after all they arent obliged to do anything. Hopefully this will be ready for the next time I release a demo so I can update at the same time

Challenge Trophies Won:

Offline Shockwave

  • good/evil
  • Founder Member
  • DBF Aficionado
  • ********
  • Posts: 17394
  • Karma: 498
  • evil/good
    • View Profile
    • My Homepage
Re: suggestions for a good email address encrypter
« Reply #8 on: July 23, 2008 »
Make a contact form then with image verification and then use a script to process the forum.

If the mailserver is properly configured at untergrund then php's mail() function works really nicely.
Shockwave ^ Codigos
Challenge Trophies Won:

Offline Zeb

  • C= 64
  • **
  • Posts: 40
  • Karma: 4
    • View Profile
    • Amiga Software Downloads
Re: suggestions for a good email address encrypter
« Reply #9 on: September 20, 2008 »
If you've not got PHP on your web space then I'd move to somewhere that does.

I've written a very nice image verification captcha script (very short about 10 lines) that makes use of Windows TrueType fonts (TTF) so you can use any from the WINDOWS\Fonts directory or download something and use that. Makes use of random colors and also supports background images for that extra something.

If you want to see it working check out the contact and guestbook on my website:

http://www.pictureinthesky.net

As for having your email address embedded in your HTML, REMOVE IT NOW!!!

Once your address has got into the hands of the spammers there's absolutely no way of removing it from their lists. If you do need to make it public then make an image showing it.

Writing something like myemailATsomewhereDOTnet no longer works as bots have been educated. There are other methods that bots can get past as well.

If you want my scripts ask and you shall have ;)
« Last Edit: September 20, 2008 by Zeb »
if (empty($coffee)) {new $coffee();} else {drinkCoffee('fast');}

Amiga coder (assembler, E), PC coder (learning C)

PC SPECS:
W7 x64 Ultimate, AMD Athlon X2 Dual Core 5200 @ 2.6GHz, 4GB DDR2 PC6400 (800) RAM, JeanTech Storm 700W PSU, ATI Radeon X1650 Pro 256MB PCI-Ex16, SoundBlaster Audigy Platinum 2 eX, 3TB hard drive storage, Dual 22"WS TFT, Epson R300 printer, Epson V100 Perfection scanner, DL-DVD-+RAM/ROM/RW, DL-DVD-+RW, X7 laser gaming mouse and more...

Offline Jim

  • Founder Member
  • DBF Aficionado
  • ********
  • Posts: 5301
  • Karma: 402
    • View Profile
Re: suggestions for a good email address encrypter
« Reply #10 on: September 21, 2008 »
I was just thinking
Code: [Select]
<html>
<head>
<title>Mail To Example</title>
<script language="javascript">
function getmail()
{
var bit0='mailto';
var bit1='jimshaw';
var bit2='ii';
var bit3='net';

location.href=bit0+':'+bit1+'@'+bit2+'.'+bit3;
}
</script>
</head>
<body>

<a href="#" onclick="javascript:getmail(); return false;">Mail Me</a>

</body>
</html>

The problem is, it really doesn't matter what you do, you're going to get spam.  Someone else you know will get hacked or cc your address around the planet, or, more likely, the spammer will have a big list of domains (from the already known email addresses) and a big list of user names, and will just put them together, so.

joe@site.net
ian@othersite.com
means it's probably worth the spammer trying
ian@site.net
joe@othersite.com

Jim
Challenge Trophies Won: