The first thing I learned is that dry erase markers don’t work under the shower. It gets too steamy and awesome … I’m going to have to find a better solution for efficient shower brainstorming. Some sort of water resistant marker that works on tiles but can be erased without too big a hassle. tl;dr… Read more »
Posts Tagged: Security
Small trick for seamless base64 password storage in django
Image via Wikipedia These days even the noobiest of the noobs know that passwords should never be stored in plain-tect on the server. For various good and bad reasons, but the gist of it is security through obscurity. What a few less people know is that base64 is the same as plaintext. Not only is… Read more »