static function init()
 {
     $fp = fopen(CONF_PATH . 'public_key.pem', "r");
     self::$inviteCodePubKey = fread($fp, 8192);
     fclose($fp);
 }