The Advisory Boar

By Abhijit Menon-Sen <>

Inspector34: record/replay HTTP requests

Inspector34 is a transparent web proxy that records requests and responses for later playback and comparison. It is meant to help with regression testing.

Read more…

pemtrans: Convert OpenSSL RSA private keys to Cryptlib keysets

pemtrans reads an OpenSSL RSA private key and the corresponding signed public key certificate, and writes a PKCS #15 keyset that Cryptlib can use.

Read more…

Better time management through profiling

This page is about the most potent charm in my long-standing quest for better time management: a program to help me keep track of exactly where and how my time is spent.

Read more…

A photo album with nice URLs

A CGI script I used at one time to manage my photo albums.

Read more…

mod_leech: Per-user download limits for Apache 1.3.x

mod_leech is an Apache 1.3.x module which uses a MySQL database to enforce per-user download and concurrent-login quotas.

Read more…