By Collin Allen

Knox

April 27, 2005

A new application released today is an encrypted backup solution for Mac OS X called Knox. It maintains AES encrypted “vaults,” which can be opened and used as if it were a standard folder. After downloading the trial and using it for a while, I found that it works quite well and has that disctinct Mac application look and feel.

While I applaud the creators on creating a functional, great looking Mac application, I can’t really see myself buying it. The special sounding “vaults” are nothing more than encrypted disk images that are already built into Mac OS X 10.3 and later. You can create one yourself by clicking “New Image” in Disk Utility, found on every Mac in the /Applications/Utilities folder. Under the “Encryption” pop-up menu, choose “AES-128 (recommended)” and “Sparse Disk Image” under the “Format” menu. After naming it and clicking Create, you will have a new, empty disk image whose contents will be encrypted. A “Sparse Disk Image” is simply an image that expands as new content is added. When the disk image is ejected, the contents cannot be opened unless you know the password or can somehow break AES-128 encryption. The “.sparseimage” file is the same as a Knox Vault file, but you’ve created it and can use it for free.

The only real benefit that Knox offers is the ability to keep track of and automatically backup your vault files. However, if you have even minimal organizational skills, you can surely keep track of a single important file. Keep it in your Home folder, or your Documents folder, and open it as needed, copy sensitive files into it, then eject it. Knox can schedule the copying of your vaults to another drive, your iPod, iDisk, or a network drive – all of which can be done manually, or with a little work, automatically as well.

Knox seems like a great little application for those who want to be able to effortlessly create encrypted backups of information, but I think the $30 price tag is high, given that the functionality it provides is already built into the Mac OS X system.

Update: I’ve been using Knox for several days now, and I must say that it’s starting to grow on me the more I use it. While based on standard OS X features, it’s definitely quicker to make a new vault than it is to make a new sparseimage in Disk Utility. I haven’t used the iDisk backup features, as I don’t have a whole lot of available space on my iDisk, but the ability to backup to a network share is great.

Mac OS X USB LCD

April 24, 2005

I’m working on a small project which will allow you to connect a small LCD to your Mac via USB, and I’m curious if people have any suggestions as to what they would use it for – current iTunes track, unread mail, RSS headlines?

usb lcd with text

usb lcd breadboard

The chip on the left is a Cypress USB interface from Delcom Engineering, and the one on the right is a standard MAX232 chip, which converts signal levels to RS-232 from the Cypress chip. Using these two together, you can send RS-232 data from your Mac, and I’ve connected it to a serial LCD from Scott Edwards Electronics (the most expensive part of the project), and am able to send any data to the LCD, even control the backlight!

I intend to build up a full page about how I did it in the very near future, but I’m still working on the C code which does the work of talking to the USB I/O chip. Right now, though, I’m looking for suggestions of things to implement for the release. I’ll be working with a 4 line by 20 character LCD, if it helps.

usb lcd components

Update: Also, if anyone has a preferred way of getting data to the LCD, post that as well. Would you prefer AppleScript, Python, something else? I’m sure AppleScript will be involved somewhere along the way to communicate with Mac OS X apps, but what about the “glue” between that and my command-line app? I’m partial to PHP, but it’s not used very often as a system-level scripting system.

jpegextractor

April 24, 2005

I recently found a cool little open source Java program called “jpegextractor” which looks for JPEG images inside of other files, regardless of their type. It can accomplish this because JPEG files have a short but distinct beginning and end marker. Jpegextractor runs through a given file looking for occurrences these two blocks, and if found, copies the data between them to new JPEG image files on your disk.

One purpose I’ve found for it is extracting the artwork from purchased iTunes songs via the command line, as the cover art is stored as JPEG data inside the MPEG-4 protected file (however, only the audio is encrypted, not the cover image). It is possible to copy the artwork out via iTunes song info window, which I found out later.

Using jpegextractor isn’t hard at all. With it downloaded, cd</span> to the jpegextractor folder, and then do java jpegextractor /path/to/file.m4p`, replacing /path/to/file.m4p with whatever file you want to juice for JPEG images. If anything is found, it will dump out an “output0.jpg”, or more, numbered sequentially.

$ cd ~/Desktop/jpegextractor/ 
$ java jpegextractor Ready to Rise.m4p
Ready to Rise.m4p
 =&gt;output0.jpg (519887 bytes)
Extracted 1 JPEG file(s) with 519887 bytes from 1 input file(s).

jpegextractor homepage

Little Snitch

April 22, 2005

One of my favorite behind-the-scenes programs for Mac OS X is a network filter called Little Snitch. It allows you to limit any outbound network connection that your Mac makes, and permit or deny it based on the server address, port, or both. For example, if a new program tries to connect to the internet send data out to a server, Little Snitch pops up and asks you what you want to do. At that point, you can allow or deny the connection once, forever, or until the application quits.

It has recently been updated to work with Mac OS X 10.4, and the upgrade is free. It sells for $24.94, but I find it quite valuable, and it gives me peace of mind that no programs are sending out anything I don’t want them to.

Xbox USB Controller Driver

April 17, 2005

Have you ever wanted to be able to use your Xbox controller as a gamepad for your computer games as well as your Xbox games? Darrell Walisser has released a 1.3 update to his great Xbox controller software, which is a kernel-level human interface driver for Mac OS X. It works at a low level so that any controller-aware game will be able to use it. It requires Mac OS X 10.2.6 or later, and is $5 shareware.

For the task of physically connecting your Xbox controller to your Mac, you can either buy an adapter from lik-sang.com or build your own by splicing the Xbox wires into a USB cable. If you build your own, the wire colors should match, but ignore the yellow wire coming from the Xbox controller – it’s for powering a light gun used in a small few games.

With the controller connected to your computer and the driver installed, it’s easy to set up your favorite game to use it.

Mastodon