File manager - Edit - /var/www/payraty/hris/vendor/iyzico/iyzipay-php/src/Iyzipay/HashGenerator.php
Back
<?php namespace Iyzipay; class HashGenerator { public static function generateHash($apiKey, $secretKey, $randomString, $request) { $pKIRequestString = $request ? $request->toPKIRequestString() : ''; $hashStr = $apiKey . $randomString . $secretKey . $pKIRequestString; return base64_encode(sha1($hashStr, true)); } }
| ver. 1.4 |
Github
|
.
| PHP 8.3.30 | Generation time: 0 |
proxy
|
phpinfo
|
Settings