Blowfish

I found myself reminiscing about my implementation of Blowfish today. It earned me the great honour of being listed on Bruce Schneier’s web page. My implementation made Blowfish compatible across 32-bit signed ints, 64-bit signed ints, and 64-bit floats. I wrote this code coming up on 12 years ago… how time flies.

Web programming round up

Some web programming articles from this week:

Web browser wish list

Apparently Amazon might be making a browser. Some features I would like in a web browser:

  • Full text search over everything I’ve ever seen in my browser
  • Image preview and browser for all images ever loaded in my browser
  • Ability to download streaming media as a file
  • Being able to use HTML tables like a spreadsheet (sort, edit/change/reference, row/col/block select, etc.)