Archive for March 15th, 2006

Announcing Caesarmail for WordPress

Wednesday, March 15th, 2006

This is my first public WordPress plugin: Caesarmail. It’s yet another email obfuscation plugin, but instead of using ASCII or hex code substitutions, it uses random-offset Caesar ciphers. When Caesarmail sees an email link that looks like this:

<a href=” mailto:someone@somewhere.com”>email me</a>

it converts it into something that looks like this:

<a href=”javascript:degrease(‘BxvnxwneBxvnFqnAnflxv’,9)”>email me</a>

The offset is randomly generated with each page view; [...]

@ somniloquy.org