Monthly Archives: November 2011

Openssl Encryption

If you were ever curious about how the encryption part of the ssl protocol worked then you should check out this great tutorial: http://www.devco.net/archives/2006/02/13/public_-_private_key_encryption_using_openssl.php It shows you how to create a private and public key using the RSA algorithm and … Continue reading

Posted in Uncategorized | Leave a comment

Lists and MySQLdb for Python

I’ve been working with the MysqlDB object made for python. I want to make a note that if you make a select statement that returns no records, when you fetch it in python you’ll get an empty list. The way … Continue reading

Posted in Uncategorized | Leave a comment