Linux ip-172-26-2-223 5.4.0-1018-aws #18-Ubuntu SMP Wed Jun 24 01:15:00 UTC 2020 x86_64
Apache
: 172.26.2.223 | : 18.227.89.143
Cant Read [ /etc/named.conf ]
8.1.13
www
www.github.com/MadExploits
Terminal
AUTO ROOT
Adminer
Backdoor Destroyer
Linux Exploit
Lock Shell
Lock File
Create User
CREATE RDP
PHP Mailer
BACKCONNECT
UNLOCK SHELL
HASH IDENTIFIER
CPANEL RESET
CREATE WP USER
BLACK DEFEND!
README
+ Create Folder
+ Create File
/
www /
server /
php /
81 /
src /
ext /
sodium /
[ HOME SHELL ]
Name
Size
Permission
Action
tests
[ DIR ]
drwxr-xr-x
CREDITS
19
B
-rw-r--r--
README.md
454
B
-rw-r--r--
config.m4
743
B
-rw-r--r--
config.w32
474
B
-rw-r--r--
libsodium.c
126.72
KB
-rw-r--r--
libsodium.stub.php
9.6
KB
-rw-r--r--
libsodium_arginfo.h
39.25
KB
-rw-r--r--
php_libsodium.h
6.34
KB
-rw-r--r--
sodium_pwhash.c
6.79
KB
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : libsodium.stub.php
<?php /** @generate-class-entries */ function sodium_crypto_aead_aes256gcm_is_available(): bool {} #ifdef HAVE_AESGCM function sodium_crypto_aead_aes256gcm_decrypt(string $ciphertext, string $additional_data, string $nonce, string $key): string|false {} function sodium_crypto_aead_aes256gcm_encrypt(string $message, string $additional_data, string $nonce, string $key): string {} function sodium_crypto_aead_aes256gcm_keygen(): string {} #endif function sodium_crypto_aead_chacha20poly1305_decrypt(string $ciphertext, string $additional_data, string $nonce, string $key): string|false {} function sodium_crypto_aead_chacha20poly1305_encrypt(string $message, string $additional_data, string $nonce, string $key): string {} function sodium_crypto_aead_chacha20poly1305_keygen(): string {} function sodium_crypto_aead_chacha20poly1305_ietf_decrypt(string $ciphertext, string $additional_data, string $nonce, string $key): string|false {} function sodium_crypto_aead_chacha20poly1305_ietf_encrypt(string $message, string $additional_data, string $nonce, string $key): string {} function sodium_crypto_aead_chacha20poly1305_ietf_keygen(): string {} #ifdef crypto_aead_xchacha20poly1305_IETF_NPUBBYTES function sodium_crypto_aead_xchacha20poly1305_ietf_decrypt(string $ciphertext, string $additional_data, string $nonce, string $key): string|false {} function sodium_crypto_aead_xchacha20poly1305_ietf_keygen(): string {} function sodium_crypto_aead_xchacha20poly1305_ietf_encrypt(string $message, string $additional_data, string $nonce, string $key): string {} #endif function sodium_crypto_auth(string $message, string $key): string {} function sodium_crypto_auth_keygen(): string {} function sodium_crypto_auth_verify(string $mac, string $message, string $key): bool {} function sodium_crypto_box(string $message, string $nonce, string $key_pair): string {} function sodium_crypto_box_keypair(): string {} function sodium_crypto_box_seed_keypair(string $seed): string {} function sodium_crypto_box_keypair_from_secretkey_and_publickey(string $secret_key, string $public_key): string {} function sodium_crypto_box_open(string $ciphertext, string $nonce, string $key_pair): string|false {} function sodium_crypto_box_publickey(string $key_pair): string {} function sodium_crypto_box_publickey_from_secretkey(string $secret_key): string {} function sodium_crypto_box_seal(string $message, string $public_key): string {} function sodium_crypto_box_seal_open(string $ciphertext, string $key_pair): string|false {} function sodium_crypto_box_secretkey(string $key_pair): string {} #ifdef crypto_core_ristretto255_HASHBYTES function sodium_crypto_core_ristretto255_add(string $p, string $q): string {} function sodium_crypto_core_ristretto255_from_hash(string $s): string {} function sodium_crypto_core_ristretto255_is_valid_point(string $s): bool {} function sodium_crypto_core_ristretto255_random(): string {} function sodium_crypto_core_ristretto255_scalar_add(string $x, string $y): string {} function sodium_crypto_core_ristretto255_scalar_complement(string $s): string {} function sodium_crypto_core_ristretto255_scalar_invert(string $s): string {} function sodium_crypto_core_ristretto255_scalar_mul(string $x, string $y): string {} function sodium_crypto_core_ristretto255_scalar_negate(string $s): string {} function sodium_crypto_core_ristretto255_scalar_random(): string {} function sodium_crypto_core_ristretto255_scalar_reduce(string $s): string {} function sodium_crypto_core_ristretto255_scalar_sub(string $x, string $y): string {} function sodium_crypto_core_ristretto255_sub(string $p, string $q): string {} #endif function sodium_crypto_kx_keypair(): string {} function sodium_crypto_kx_publickey(string $key_pair): string {} function sodium_crypto_kx_secretkey(string $key_pair): string {} function sodium_crypto_kx_seed_keypair(string $seed): string {} /** @return array<int, string> */ function sodium_crypto_kx_client_session_keys(string $client_key_pair, string $server_key): array {} /** @return array<int, string> */ function sodium_crypto_kx_server_session_keys(string $server_key_pair, string $client_key): array {} function sodium_crypto_generichash(string $message, string $key = "", int $length = SODIUM_CRYPTO_GENERICHASH_BYTES): string {} function sodium_crypto_generichash_keygen(): string {} function sodium_crypto_generichash_init(string $key = "", int $length = SODIUM_CRYPTO_GENERICHASH_BYTES): string {} /** @return true */ function sodium_crypto_generichash_update(string &$state, string $message): bool {} function sodium_crypto_generichash_final(string &$state, int $length = SODIUM_CRYPTO_GENERICHASH_BYTES): string {} function sodium_crypto_kdf_derive_from_key(int $subkey_length, int $subkey_id, string $context, string $key): string {} function sodium_crypto_kdf_keygen(): string {} #ifdef crypto_pwhash_SALTBYTES function sodium_crypto_pwhash(int $length, string $password, string $salt, int $opslimit, int $memlimit, int $algo = SODIUM_CRYPTO_PWHASH_ALG_DEFAULT): string {} function sodium_crypto_pwhash_str(string $password, int $opslimit, int $memlimit): string {} function sodium_crypto_pwhash_str_verify(string $hash, string $password): bool {} #endif #if SODIUM_LIBRARY_VERSION_MAJOR > 9 || (SODIUM_LIBRARY_VERSION_MAJOR == 9 && SODIUM_LIBRARY_VERSION_MINOR >= 6) function sodium_crypto_pwhash_str_needs_rehash(string $password, int $opslimit, int $memlimit): bool {} #endif #ifdef crypto_pwhash_scryptsalsa208sha256_SALTBYTES function sodium_crypto_pwhash_scryptsalsa208sha256(int $length, string $password, string $salt, int $opslimit, int $memlimit): string {} function sodium_crypto_pwhash_scryptsalsa208sha256_str(string $password, int $opslimit, int $memlimit): string {} function sodium_crypto_pwhash_scryptsalsa208sha256_str_verify(string $hash, string $password): bool {} #endif function sodium_crypto_scalarmult(string $n, string $p): string {} #ifdef crypto_core_ristretto255_HASHBYTES function sodium_crypto_scalarmult_ristretto255(string $n, string $p): string {} function sodium_crypto_scalarmult_ristretto255_base(string $n): string {} #endif function sodium_crypto_secretbox(string $message, string $nonce, string $key): string {} function sodium_crypto_secretbox_keygen(): string {} function sodium_crypto_secretbox_open(string $ciphertext, string $nonce, string $key): string|false {} #ifdef crypto_secretstream_xchacha20poly1305_ABYTES function sodium_crypto_secretstream_xchacha20poly1305_keygen(): string {} /** @return array<int, string> */ function sodium_crypto_secretstream_xchacha20poly1305_init_push(string $key): array {} function sodium_crypto_secretstream_xchacha20poly1305_push(string &$state, string $message, string $additional_data = "", int $tag = SODIUM_CRYPTO_SECRETSTREAM_XCHACHA20POLY1305_TAG_MESSAGE): string {} function sodium_crypto_secretstream_xchacha20poly1305_init_pull(string $header, string $key): string {} /** @return array<int, int|string>|false */ function sodium_crypto_secretstream_xchacha20poly1305_pull(string &$state, string $ciphertext, string $additional_data = ""): array|false {} function sodium_crypto_secretstream_xchacha20poly1305_rekey(string &$state): void {} #endif function sodium_crypto_shorthash(string $message, string $key): string {} function sodium_crypto_shorthash_keygen(): string {} function sodium_crypto_sign(string $message, string $secret_key): string {} function sodium_crypto_sign_detached(string $message, string $secret_key): string {} function sodium_crypto_sign_ed25519_pk_to_curve25519(string $public_key): string {} function sodium_crypto_sign_ed25519_sk_to_curve25519(string $secret_key): string {} function sodium_crypto_sign_keypair(): string {} function sodium_crypto_sign_keypair_from_secretkey_and_publickey(string $secret_key, string $public_key): string {} function sodium_crypto_sign_open(string $signed_message, string $public_key): string|false {} function sodium_crypto_sign_publickey(string $key_pair): string {} function sodium_crypto_sign_secretkey(string $key_pair): string {} function sodium_crypto_sign_publickey_from_secretkey(string $secret_key): string {} function sodium_crypto_sign_seed_keypair(string $seed): string {} function sodium_crypto_sign_verify_detached(string $signature, string $message, string $public_key): bool {} function sodium_crypto_stream(int $length, string $nonce, string $key): string {} function sodium_crypto_stream_keygen(): string {} function sodium_crypto_stream_xor(string $message, string $nonce, string $key): string {} #if defined(crypto_stream_xchacha20_KEYBYTES) function sodium_crypto_stream_xchacha20(int $length, string $nonce, string $key): string {} function sodium_crypto_stream_xchacha20_keygen(): string {} function sodium_crypto_stream_xchacha20_xor(string $message, string $nonce, string $key): string {} #endif function sodium_add(string &$string1, string $string2): void {} function sodium_compare(string $string1, string $string2): int {} function sodium_increment(string &$string): void {} function sodium_memcmp(string $string1, string $string2): int {} function sodium_memzero(string &$string): void {} function sodium_pad(string $string, int $block_size): string {} function sodium_unpad(string $string, int $block_size): string {} function sodium_bin2hex(string $string): string {} function sodium_hex2bin(string $string, string $ignore = ""): string {} #ifdef sodium_base64_VARIANT_ORIGINAL function sodium_bin2base64(string $string, int $id): string {} function sodium_base642bin(string $string, int $id, string $ignore = ""): string {} #endif /** @alias sodium_crypto_box_publickey_from_secretkey */ function sodium_crypto_scalarmult_base(string $secret_key): string {} class SodiumException extends Exception {}
Close