A New, Simple Way to Salt your Hashes
Posted on August 4th, 2008 by Greg Allard in Programming | Comments
Maybe I’m not the first to think of this, but it just came to me. Instead of using a single string to season a whole site or saving each new salt with the salted hash, try using this method for simplicity. Take the string and concatenate itself after it. This way, both the value being [...]