Sunday, January 04, 2009

OYMAD Launched

Online Yahoo Messenger Archive Decrypter (OYMAD) - FREE and NO NEED TO INSTALL
What is this?
A free online service that allows you to read the contents of the Yahoo Messenger log files. Normally, the log files are unreadable because they are encrypted. This site can decrypt the files for you without the need to install anything so it works on Windows, Mac and Linux.
Why would I use this?
A completely valid reason could be: you got locked out of your account due to phishing site and you just need to read something from your archives. Tough luck, you can't view the log files normally without signing in. But with this tool, you can read the logs even without signing in.
So how do I use this? What do I need?
You just need the username of the account and the message archive(.dat) file you want to decrypt. If you are on windows on a default Yahoo Messenger install, you can find the archives at: C:\Program Files\Yahoo!\Messenger\Profiles\yourAccountName\Archive\Messages\ 
Tested with Yahoo version 8 and 9. Please comment on this entry if you have any questions, suggestions or for support. To access the service,visit https://projects.henyo.com/oymad
NOTE: If you can't access the page, your DNS might be broken. Try using 208.67.222.222 which is a public opendns server

Friday, January 02, 2009

Converting videos using Handbrake for OSX

I'd like to share my experience with using Handbrake to convert videos for IPod, PSP and mobile phone use. Background: This Christmas break is, I believe, one of the longest ones ever. Preparing for it, I decided I wanted to convert the ripped DVD movies on my drive to a format that can be played on an IPod nano, a Nokia 5800 and a PSP. Coupled with the fact that I was playing around with osx86, I found Handbrake. Handbrake is an open-source multi-platform, multi-threaded, DVD to MPEG4 converter. Checking out the available binaries, I found that it was available for my 10.5.5 hackintosh. I downloaded the GUI DMG package file for Intel, installation was simple and easy. I then proceeded to convert a 40 minute episode of House MD Season 2, the process went smoothly and it took about 6 minutes. When I tried playing it using MPlayer for OSX, the audio was flaky and skips. I also tried VLC, it exhibited the same behavior, skipping and unacceptable. I hit google and the forums for Handbrake and indeed, version 0.9.3 had problems with converting certain source streams with certain characteristics. Without goind into the details, the solution was to build my own binaries of Handbrake since according to the developers, the fix was already committed to the SVN repository. Building Handbrake required that I install Xcode and since I don't think the osx86 installer i used had xcode, I registered with apple dev net and downloaded it. I then read up on how to build Handbrake which simply involves doing an SVN checkout of the source and running a make. In an ideal world, this was all that was needed but alas, the compilation keeps failing. Copying the obscure error and using google, I found a post stating that I needed to install yasm. Xcode does not have yasm so I went in search of it and to get it, I needed to install MacPorts. After installing MacPorts, I used it to install yasm and tried to build Handbrake again which finally got me a working binary. I tried using it on the same video source as before and it was able to produce an MP4 file with usable audio i.e. no more skips. For those not up to the adventure of building handbrake, you can download a copy of my binary here. http://sites.google.com/site/jesshenyo/files/HandBrake-svn-122508.zip?attredirects=0 The only guarantee I can make about this binary is that it worked for me. If the binary works for you, please comment and if it doesn't please do too.