What do you think is the best way to store a password in the database?
I suggest:
- hashing using something way better than MD5. But what?
- salting with a very cryptic non-readable salt such as DonKEYFace or something
- "sugar" - some energy. Timestamp! and check it with the db later
- "pepper": has potential so power it with a big number!
Any thoughts?
And please, do not just point to theory. Everyone knows that already. Do some calculations! Show me how quickly you could decipher this!