ok

Mini Shell

Direktori : /home2/selectio/public_html/limpiar.in.net/vendor/iyzico/iyzipay-php/src/Iyzipay/
Upload File :
Current File : /home2/selectio/public_html/limpiar.in.net/vendor/iyzico/iyzipay-php/src/Iyzipay/HashGenerator.php

<?php

namespace Iyzipay;

class HashGenerator
{
    public static function generateHash($apiKey, $secretKey, $randomString, Request $request)
    {
        $hashStr = $apiKey . $randomString . $secretKey . $request->toPKIRequestString();
        return base64_encode(sha1($hashStr, true));
    }
}

Zerion Mini Shell 1.0