Like most metalheads I own a guitar I can't play. I also subscribe to Total Guitar Magazine. This month I noticed that I couldn't decrypt the special 'VIP Area' of the CD.

Basically If I was using a PPC Mac I would be able to decrypt the data. It seems they have included the PPC only shared library for blowfish. Hmm. Well as it happens I have a copy of the x86 library that I can use to decrypt the data.
If you are suffering from this problem:
- Download the library here.
- Look inside any OSX app by right clicking (or CTRL clicking) on the application icon and selecting 'Show Package Contents'
- Now navigate down to
Contents/Resources/lib/python2.5/lib-dynload/Crypto/Cipher/
- Copy the Blowfish.so into the Cipher Folder, there should be one there already so you'll be asked if you want to replace the existing one
You should be able to run the decryptor.app now and get access to your MP3s.
Whoever makes this application should be able to make the decryption library Universal so lets hope they do that in the future.
