public function getHandshakeKey()
 {
     try {
         $jCryption = new JCryption();
         return $jCryption->handshake();
     } catch (\Exception $e) {
         return env('APP_DEBUG') ? $e->getMessage() : 'Error, please contact webmaster.';
     }
 }