Aaron Rosenfeld / 19 posts / 49 comments / feed / comments feed

Given a sequence of amino-acids (sometimes given as DNA bases which are simply converted to codons and then amino-acids), what is the structure of a protein after a given time? This article investigates some methods used to figure out this 50 year-old problem.

I wanted to talk about what I have learned from this book and spent the last few weeks discovering on my own. I’ll start with what most web-developers are used to: password storage. Any PHP or ASP programmer is familiar with the common one-way hash functions as MD5 and SHA. Both have undergone thorough mathematical benchmarks for reversibility and brute-forcing and are trusted by most everyone.