Skip to content
Snippets Groups Projects
info.php 113 B
Newer Older
Tim Repke's avatar
Tim Repke committed

<?php

phpinfo();
// safe key generation:
//$bytes = openssl_random_pseudo_bytes(6);
//$hex   = bin2hex($bytes);