Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
まず、私は API にかなり慣れていないので、ここで頭を水の上に保つのに苦労しています... しかし、いずれにせよ、PHP で HMAC-SHA 署名を生成する必要があります。どうすればいいですか?
<?php echo "welcome<br />"; echo "welcome<br />"; echo hash_hmac('sha256', 'This is only a test sentence of gibberish.', 'secret123'); echo "<br />"; ?>