<?php
set_time_limit(0);

$fp = fopen("/dev/urandom", 'rb');
fpassthru($fp);
exit;


?>
