Voting

: max(three, one)?
(Example: nine)

The Note You're Voting On

Siann Beck
14 years ago
For signing an Amazon AWS query, base64-encode the binary value:

<?php
$Sig
= base64_encode(hash_hmac('sha256', $Request, $AmazonSecretKey, true));
?>

<< Back to user notes page

To Top