<?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); } ?>
Name | Type | Size | Permission | Actions |
---|---|---|---|---|
images | Folder | 0755 |
|
|
php53 | Folder | 0755 |
|
|
php56 | Folder | 0755 |
|
|
php71 | Folder | 0755 |
|
|
php81 | Folder | 0755 |
|
|
php82 | Folder | 0755 |
|
|
X2Config.php | File | 252 B | 0644 |
|
changelog.txt | File | 2.22 KB | 0644 |
|
edit.php | File | 4.2 KB | 0644 |
|
edit.xml | File | 433 B | 0644 |
|
encryption.iv | File | 16 B | 0644 |
|
encryption.key | File | 17 B | 0644 |
|
fileindex.php | File | 324 B | 0644 |
|
getkey.php | File | 490 B | 0644 |
|
import.php | File | 2.88 KB | 0644 |
|
info.xml | File | 2.53 KB | 0644 |
|
install.js | File | 921 B | 0644 |
|
install.php | File | 6.01 KB | 0644 |
|
install.xml | File | 1.85 KB | 0644 |
|
install_timestamp | File | 13 B | 0644 |
|
md5 | File | 4.91 KB | 0644 |
|
notes.txt | File | 1.23 KB | 0644 |
|
webConfig.php | File | 444 B | 0644 |
|