Facebook killed the radio star. And by radio star, I mean the premise of distributed forums around the internet. And that got got by Instagram/SnapChat. And that got got by TikTok. Where the fuck is the internet we once knew?
0 Members and 3 Guests are viewing this topic.
http://www.skullsecurity.org/blog/?p=516
Heh, when I hear 'blag' I think of a show that none of you (except Blaze) have ever heard of, probably: Corner Gas.
$salt = md5(rand() . microtime())
I liked the last two posts on your blag. They were cool. I especially liked the Taco Bell programming bit. I've never used xargs in that way, but I definitely will be doing so in the future.This seems like a solid (ish) way to generate random salts in PHP. Thoughts?Code: [Select]$salt = md5(rand() . microtime())It seems to me that this is about as good as it gets. Some of the things people come up with are a lot more convoluted than this, which puzzles me.
$salt = md5(rand() . $penisLen)
$salt = md5(rand() . 0);