PHP 8.5.0 Alpha 1 available for testing

Voting

: eight minus three?
(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