2 Star 0 Fork 0

justapnet/justap-server-sdk-php

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
util.php 172 Bytes
一键复制 编辑 原始数据 按行查看 历史
justap-bot 提交于 3年前 . new release 1.0
<?php
function verify_signature($raw_data, $signature, $pub_key_contents)
{
return openssl_verify($raw_data, base64_decode($signature), $pub_key_contents, 'sha256');
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
PHP
1
https://gitee.com/justapnet/justap-server-sdk-php.git
git@gitee.com:justapnet/justap-server-sdk-php.git
justapnet
justap-server-sdk-php
justap-server-sdk-php
master

搜索帮助