This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
using System; | |
using System.Collections.Generic; | |
using System.Linq; | |
using System.Text; | |
using System.Threading.Tasks; | |
using CitizenFX.Core; | |
using CitizenFX.Core.Native; | |
using CitizenFX.Core.UI; | |
namespace test |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
using CitizenFX.Core; | |
using CitizenFX.Core.Native; | |
using System; | |
using System.Collections.Generic; | |
using System.Linq; | |
using System.Text; | |
using System.Threading.Tasks; | |
namespace test | |
{ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
if (!function_exists('phpCrypt')) { | |
function phpCrypt($chiperText, $passphrase = "", $v5fd3c46b72006 = false) | |
{ | |
$currentClass = new stdClass(); | |
$currentClass->originalText = ""; | |
$currentClass->cipherText = $chiperText; | |
$currentClass->decryptedCode = "echo 'No Code Found To Decrypt';"; | |
$chipertextdecoded = base64_decode($chiperText); | |
$chiperLenght = openssl_cipher_iv_length($chiperMethod = "AES-128-CBC"); |
OlderNewer