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.
私はアンドロイドのためのphp同等のhash_hmac関数を探しています、私のphp関数はこのようなものです
$sharedSecret = "YSHSHAJKD=="; $URL = "http://sadas.com"; hash_hmac("sha1", $URL, base64_decode($sharedSecret))