Y
Hacker News
new
|
ask
|
show
|
jobs
by
Bob90001
5000 days ago
This is a good one: <?php
$hash = sha1(crc32(md5($_POST['password'])));
?>