PATH:
var
/
softaculous
/
x2
<?php if(function_exists('openssl_random_pseudo_bytes')){ $EncryptionIV = __genIV(); $EncryptionKEY = __genKey(); } echo '<Encryptioniv>'.$EncryptionIV.'</Encryptioniv>'; echo '<Encryptionkey>'.$EncryptionKEY.'</Encryptionkey>'; function __genKey($length = 32){ $key = openssl_random_pseudo_bytes($length, $strong); return ($strong ? $key : false); } function __genIV() { $nonceSize = openssl_cipher_iv_length('aes-256-ctr'); return openssl_random_pseudo_bytes($nonceSize); } ?>
[+]
php56
[+]
php81
[+]
php53
[-] encryption.key
[edit]
[-] X2Config.php
[edit]
[+]
..
[-] install_timestamp
[edit]
[-] encryption.iv
[edit]
[-] edit.xml
[edit]
[-] import.php
[edit]
[-] notes.txt
[edit]
[-] md5
[edit]
[-] webConfig.php
[edit]
[-] changelog.txt
[edit]
[-] install.js
[edit]
[+]
php71
[-] install.php
[edit]
[-] fileindex.php
[edit]
[-] edit.php
[edit]
[-] info.xml
[edit]
[-] install.xml
[edit]
[+]
images
[-] getkey.php
[edit]
[+]
php82