Archive for the 'Uncategorized' Category
Gawker Password Database Cracking
Thursday, December 16th, 2010If you haven’t heard already, Gawker Media has been hacked! Long story short: The Gnosis crew has taken credit for breaking into Gawker Media’s servers and downloaded a database of roughly 1.3 million user records. One of the big stories here was that Gawker stored user passwords using the block cipher DES (Data Encryption Standard). [...]
Starting out with Nmap
Thursday, March 4th, 2010Nmap is one of those programs that I can’t live without. Whether I’m using it to learn more about my own network, or somebody else’s network, it really gives me a better picture of what other devices are on the network without actually having to actually physically see the device. Scanning your network One of [...]
Find the Largest Prime Factor
Sunday, August 2nd, 2009I love programming competitions. In the past two years I’ve participated in both my school’s programming competition and the ACM Southern California regional competition. Recently I’ve been turned onto http://projecteuler.net which is a competition-like site that gives you a series of math questions which you need to solve by writing a program. I saw this [...]
Fix for CodeIgniter White Screen on Bluehost
Tuesday, February 24th, 2009This past weekend I spent writing an application using the CodeIgniter framework for my programming languages class. Sunday night I finally got it working and it was time to move it to production on bluehost. After I made created the database and made some configuration changes I checked it out and I got nothing. It [...]
Selecting Options in Select Drop-Downs using jQuery
Tuesday, June 10th, 2008Say we want to pre-fill out a form with data retrieved from an XML file. Once we parse the XML, we need to update the form. If you know the jQuery library, using the val() and attr() methods are trivial for most inputs. What about select drop-downs? There’s no easy way to add the “selected” [...]
ToDo This Summer
Friday, May 9th, 2008So I pretty much have not updated whatsoever this semester. Â Between school, work, homework and trying to maintain a social life, I haven’t had time for anything else. Â With school over with in a week I’ll have free time again! Â What will I be doing with this time? Â This is what I got so far: [...]
Blogging and school
Monday, February 5th, 2007I have started the third week of school and already I feel like I need to do homework every day to catch up. Taking Calculus and Physics at Cuesta and two online classes at Cal State Channel Islands has taken its toll on my available free time. There are some things I’ve given up during [...]

