Is time() a good salt?
Short answer: No, time() is not a good salt. Long answer: copied from my answer to Salt Generation and open source software What is a salt? A salt is a random set of bytes of a fixed length that is added to the input of a hash algorithm. Why is salting (or seeding) a hash … Read more