Advertisement
Guest User

Untitled

a guest
Jan 17th, 2020
82
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.63 KB | None | 0 0
  1. class SynceeLicenser
  2. {
  3.     private static function nrshuffler($nr, $isDecode)
  4.     {
  5.     }
  6.     private static function timeEncode($time)
  7.     {
  8.     }
  9.     private static function timeDecode($time)
  10.     {
  11.     }
  12.     public static function createRequestString($time)
  13.     {
  14.     }
  15.     public static function parseRequestString($string)
  16.     {
  17.     }
  18.     public static function createResponseString($responseData, $isAllowed)
  19.     {
  20.     }
  21.     private static function removeTrashChars($string)
  22.     {
  23.     }
  24.     public static function verify()
  25.     {
  26.     }
  27.     public static function manualVerify($hash, $response)
  28.     {
  29.     }
  30. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement