Hivelogic by Dan Benjamin

The Enkoder for Mac OS X Is Back, Too

The Enkoder for Mac OS X

Yesterday I announced the return of the Enkoder Form.

Today, I’m happy to announce an all-new (or at least partly new) version of the Enkoder for Mac OS X.

Just like the Enkoder Form, The Enkoder for Mac OS X helps protect email addresses by converting them into encrypted JavaScript code, hiding them from email-harvesting robots while revealing them to real people.

But the Mac app is smarter (it can remember previous encodings, for example). And it runs on your very own machine.

The new version includes several behind-the-scenes improvements, has been updated to work for Mac OS X 10.5 (Leopard), and sports a spiffy new logo created by the talented Mark Bixby.

Thanks to everybody who helped me get this release out the door (you know who you are)!

Comments

Matt ·

Very cool. Out of curiosity, is this in Objective-C? RubyCocoa?

Dan Benjamin ·

@Matt - it's a native Objective-C/Cocoa application.

riki ·

It doesn't seem to launch on OX 10.4

Luca ·

It doesn't seem to launch on Mac OS X 10.4 (PPC)...

Chris Griego ·

Cool to see this return. Quick bug report, the Link Text field is outside the expected tabbing order.

rob ·

@riki, Luca,

says right there above the download link, "The Enkoder will work on Mac OS X 10.5. If you're running an older version of Mac OS X, please use the web form instead."

Beckley ·

You rock! Thanks so much for this. I've been using the original OS X version (often) all this time. It still pretty much works in Leopard but I'm delighted to see a more up-to-date version. Excellent work.

simon ·

get on 10.5 peeps!

miko ·

This is a great tool. I've used it on hundreds of e-mails and it's a great way to encode a whole string of code.

Tom ·

Ok, but why?

This is a perfect example of something that can be accomplished simply and easily in a web app. There are no benefits to it being on the desktop, except you get a pretty icon in your dock.

I also question the necessity of your "encryption" scheme. I use something simple like the following,

function email_me() { window.location = "mailto:" + email_string(); }
function email_string() { var asdf = "@", qwer = "."; return "myemil" + asdf + "mydomain" + qwer + "com"; }
function email_link(text) { document.write("" + (text || email_string()) + ""); }

then just have a script tag with a call to email_link() or email_link("Email me") etc. I've been using it for a few years and have never gotten spam. Even this little thing has some extra paranoid features that are probably overkill.

Colin ·

Thank you for this! I'm a long-time Enkoder fan.

@Tom - give us a break, buddy. If you don't like what's on then change the channel.

hroch32 ·

It's wonderful! Just when I used web version of Encoder, I had to type UTF-8 codes instead of letters with diacritic marks. Doesn't matter, neverthelles it's great.

Todd ·

@Tom

Why a stand-alone program? Web apps don't work so well without an internet connection. There are probably at least a few web developers who develop websites locally, then upload them to the internet. Seems the stand-alone program would be ideal for them.

Dmitry ·

This is hot -- thanks a lot for making this great tool!

Dave Newman ·

Great tool and much easier than using the various web forms to do this.

Pål Degerstrøm ·

Dan,

Thanks a lot -- both the enkoder form and app is much appreciated.

Joshua ·

Is anyone else not able to paste info into the fields of Enkoder for OS X?

I have a ton of email addresses that I would like to convert for my school's website, but if that involves typing them in, it's going to take me a lot longer. :(

How could this basic functionality (copy/paste) not be included?

I'm using 10.5.3 w/all latest updates.

- Otherwise a great app!

Joshua ·

Okay, so I discovered that I can right-click and paste, but I'm into those things called keyboard-shortcuts... you know Command+C and Command+V.

:/

Hope this makes it into the next update.

Also! You may want to update the listing over at MacUpdate. It's pointing to site that isn't online anymore (maybe your old site?).

Kevin ·

so glad that the Enkoder is back online and that you have only developed a Mac version for download.This is an excellent service you provide. I really missed it when it was gone.

I have downloaded the Mac app to use at home just in case it goes down again.

One other feature that would be nice is to be able to add text to the body, maybe in another version for the future

Many thanks and keep up the good work

Sorry, comments have been closed.