Why I dropped Roboform for KeePass

Roboform Logo

KeePass Logo

I’ve been a long time fan of Roboform in fact I often recommended it to just about anyone I could tell about it. For those of you who don’t know both Roboform and Keepass are form fillers and password savers; they both save your user name and passwords in addition to your name, address, etc. Just one click with Roboform and it fills in your user name and password to log on to sites and another click fills in your name and address information when placing orders. For anyone who spends any amount of time online a form filler is a major time saver not to mention great for security as you can set random passwords and have the program remember them for you.

Now a little back story, I’d been becoming more and more frustrated with Roboform as I’ve bought more than a few licenses over the years but just last year when I bought a new laptop and desktop within a month of each other I bought two more licenses and started using them. Which is all fine and dandy until you reinstall Windows a few times and Roboform won’t activate which means with over 200 passcards stored I couldn’t use any of them. I’d have to email support and beg them for more activations, which they always obliged but it was still an unnecessary headache in my opinion.

For this reason when Foxmarks (now xMarks) started offering secure password sync along with it’s awesome bookmark sync’ing capabilities I started letting Firefox save all my IDs and passwords little by little.

Fast forward a little bit and I’m reading on Lifehacker about using Keepass and Dropbox as the ultimate password sync tool. As some of you know I use several computers and with those computers I often dual boot, so keeping all my passwords in sync is a great idea not to mention Roboform only works on Windows and with my new Mac plus me dual booting Linux on my other machines Roboform isn’t much help in that area.

Long story short, I decided to dive in the only problem is that there isn’t a direct Roboform to Keepass conversion path. I found one how to on lifehacker but it didn’t convert half my user IDs which was troubling a little Googling found this more involved python script that went off with out a hitch: http://ubuntuforums.org/showthread.php?p=7023471 .

Now that I’ve been using Keepass for a month or so now I really don’t miss anything about Roboform. Probably my biggest ‘loss’ in switching is that there’s no toolbar in Firefox or IE to fill and submit as there is with Roboform. However the gains are much more, I now have my passwords stored safely but available from any operating system and in conjunction with Dropbox my passwords are constantly synced and updated whenever I turn on my computer. You just cannot beat that.

The only thing I noticed that wasn’t immediately apparent is when you’re using Keepass on Linux and Mac in addition to Windows you’re going to want to download the ‘classic’ (1.x branch) of Keepass for Windows so the database is saved in the same format across machines.

Upgraded Laptop to Hardy via Update Manager

Things went unbeliveably smoothly. No complaints here, some of the issues I complained about previously such as mounting other partitions have been taking care of. With only 1 full day before the release canidate, I don’t suspect much will be changing.

As soon as RC 1 hits the mirrors, I’m going to run a fresh install on my Desktop and see how that pans out, I’ll write a full report, right here on BigDan.us!

How to triple boot with Vista/XP/Ubuntu

After many corrupted MBRs (Master Boot Records), I finally got this triple booting thing down to a science. I’ve read plenty of how-to‘s they were a helpful starting point but they made some assumptions that didn’t fit my setup. First off most of these were written when Vista was beta and others assumed you had a full Vista DVD instead some garbage system restore CD from your computer’s manufacturer.

So, you ask why would one want to triple boot? Simply because I still use some Windows programs and XP runs a lot faster than Vista on my brand new machine. To be sure Vista runs reasonably well on this but XP is still faster over all.

This tutorial assumes you have Vista preinstalled from the factory and that you’ve made system recovery discs before attempting anything.

You will need a couple of things:

Download this Vista Rescue ISO this contains the tools to fix your master boot record after XP boinks it. Make sure you burn this as a disc image and not a file.

Download EasyBCD – This will allow you to add XP to Vista’s boot menu

A Windows XP CD

XP Drivers for your hardware. You will probably be able to get these from your computer’s manufacturers website. For instance, I needed drivers for my network card to get online with XP..Be advised everything might not work this is trial and error especially if your computer was “built for Vista”.

Now lets get to work:

Step One: Use Vista’s build in disc utility (Under administrative Tools in the control panel) to shrink Vista’s partition. With the space left of over create 3 partitions, one big enough for XP another 5 GB for Linux Swap and the rest for Linux Root (/) this should be at least 10 GB. Only format the XP partition as NTFS. Leave the others alone.

Step Two: Put your XP CD in the drive and reboot. Install Windows. When Windows gets to the part where it wants to reboot let it. On reboot you will most like be greeted with “Disc Read Error Press Ctrl + Alt + Delete to restart”

Pop the Vista rescue CD your burned in the drive and reboot. Press a key to load from the disc, choose start up repair. The disc will repair your master boot record. Quit and reboot

Your back into Vista. In Vista use EasyBCD to create a boot entry for XP, this is pretty self explanatory.

Put your XP disc back in the drive. Reboot but don’t load from the CD. When the boot menu comes up select Windows XP. XP will continue installing from the CD. When XP is done installing your done.

Remove your XP CD from the drive. You are now dual booting Vista and XP. On startup you can select XP or Vista from the menu. If you want XP to be the default us EasyBCD to make it the default selection.

If you want to add Ubuntu into the mix and triple boot. It’s really quite easy. Download the Ubuntu ISO from www.ubuntu.com, burn the image, put the disc in your computer and reboot. Go through the setup prompt until you get to the disc partitioner. Choose “Manual”

You will see all 4 partitions, Vista, XP, and two empty ones. The smaller one you want to use as swap and the bigger one you want mount as /

Run the install process. The installer will automatically detect Vista’s boot loader and add it to the GRUB boot menu. After the install you can boot into Ubuntu or select Vista’s loader to load the menu and choose between XP or Vista.

I still haven’t figured out how to get grub to just add XP as a boot option when I do, I’ll update this tutorial.

Feedback or Questions are welcome in comments. :)