Tag Archives: PHP

A Simple Introduction to How Password Storage Works


One of the most interesting things that I didn’t understand before I really spent much time learning about computers is how passwords work. It seems kind of stupid, but it’s an interesting and important question: how is a site validating that you’re you? The Naivest Possible Password System Well, pretty simply, you can make a […]

Why PHP?


PHP is a strange and (let’s get it over with) ugly, little language. It’s not exceptionally fast. It’s not beautiful syntactically. It’s not formulated around a clear opinion. And it’s still what I write a lot of software in. The obvious question is: why? Well, It’s EVERYWHERE… There are a lot of reasons to know […]