[amscotti@128bit.io ~/posts]# grep -l "md5" *.md | xargs -n1 head _
Date: February 17, 2011

Code examples for generating MD5 hashes in three programming languages. Shows both quick one-line hashing and the update method for hashing large data in chunks. Notes about using SHA-1 with salt instead of MD5 for password storage to prevent rainbow table attacks.