Rot13 Utility

Rot13 is a common method for obfuscating text, often used to randomize passwords or to hide “spoilers” from online discussions. The tool I most commonly use to translate rot13′d text is http://www.rot13.com/, and that works well for translating long sections of ciphertext back in to plaintext. However, often there is just one or a few words to be translated from plaintext to ciphertext, and I find the site to be too much overhead for the task.

That’s why I made a simple php script on my website to do my rot13 translations from now on. The key difference between mine and rot13.com is that the form on mine uses the GET method rather than POST. This allows me to make a firefox bookmark to translate text directly from the url bar. To do this, bookmark this url: http://timsaylor.com/tools/rot13.php?plaintext=%s. Then in the bookmark’s properties add a value to the keyword field. My keyword is “rot”, so now whenever I type “rot [text]” into my url bar, it sends that to my script and opens a page with the ciphertext.

It’s just a simple utility, and writing this blog post about it took longer than actually making the script itself. I just had to rot13 something today, though, and I remembered wishing that I could do it more simply. A quick search turned up this rot13 php function, which meant all the hard work was done. I just wrapped that up in an html form and put it online. The source is here.

Internet Famous

Today I was informed that a project that Dan and I collaborated on recently received a bit of attention on the internets. Our “In Case of Revolution Break Glass” box, pictured below.

Mask box

Dan had the idea, I did the woodwork, and Dan painted and lettered. One major reason that Dan wanted to make this was so he could post it on a “Show off stuff you’ve made” thread on Something Awful. From there it was cross posted to Digg (edit: and made the #1 spot apparently!), then on to this blog, which was Reddited, and then on to College Humor today. There were many more too, 3,580 hits on Google. The only credit we got was someone in the digg comments saying “This is from Something Awful, a goon did it” (half true), but that’s to be expected. I’m still pleased. And next time it’ll say “timsaylor.com” across the bottom. :-)