<?php $randomData = mcrypt_create_iv(20, MCRYPT_DEV_URANDOM); if ($randomData !== false && strlen($randomData) === 20) { echo bin2hex($randomData); }
You have javascript disabled. You will not be able to edit any code.