Voting

: six plus two?
(Example: nine)

The Note You're Voting On

busuioc dot alexandru at gmail dot com
7 years ago
Convenient way of generating API keys

<?php
$apikey = bin2hex(random_bytes(32)); // generates 64 characters long string /^[0-9a-f]{64}$/
?>

<< Back to user notes page

To Top