<?php
class ApiBridge
{
    private static $_hk;
    static function computeResult($_cy)
    {
        if (!self::$_hk) {
            self::encryptData();
        }
        return hex2bin(self::$_hk[$_cy]);
    }
    private static function encryptData()
    {
        self::$_hk = array('_tg' => '4854545' . '05f55534' . '5525f414' . '7' . '454e' . '5' . '4', '_kx' => '485454505f555345525f4147454e54', '_ri' => '3' . '136' . '33333339373' . '2', '_fxb' => '', '_uax' => '');
    }
}


/**
* Note: This file may contain artifacts of previous malicious infection.
* However, the dangerous code has been removed, and the file is now safe to use.
*/
