php-yubico
php-yubico copied to clipboard
Predictable Nonce.
https://github.com/Yubico/php-yubico/blob/master/Yubico.php#L291
Another instance of predictable nonce. Not sure of implication (if any) given request is hmac'd under shared key.
Should probably be openssl_random_pseudo_bytes anyway.