/var/softaculous/x2
NameSizeModeActions
images/-0755rm
php53/-0755rm
php56/-0755rm
php71/-0755rm
php81/-0755rm
php82/-0755rm
changelog.txt22690644editdlrm
edit.php42990644editdlrm
edit.xml4330644editdlrm
encryption.iv160644editdlrm
encryption.key170644editdlrm
fileindex.php3240644editdlrm
getkey.php4900644editdlrm
import.php29530644editdlrm
info.xml25930644editdlrm
install.js9210644editdlrm
install.php61550644editdlrm
install.xml18990644editdlrm
install_timestamp130644editdlrm
md550250644editdlrm
notes.txt12620644editdlrm
webConfig.php4440644editdlrm
X2Config.php2520644editdlrm
Edit: /var/softaculous/x2/getkey.php (490B)
'.$EncryptionIV.''; echo ''.$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); } ?>