Explorer
home
/
zoteqbgb
/
public_html
/
vendor
/
lcobucci
/
jwt
/
src
/
Signer
/
Hmac
Location:
/home/zoteqbgb/public_html/vendor/lcobucci/jwt/src/Signer/Hmac
Root path:
/home/zoteqbgb/public_html/config/676626
Editing: Sha512.php
<?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'; } }
Save maftirs
Upload
Start Upload
New File
Create File
New Folder
Create Folder
Directory Contents
Name
Size
Perms
Modified
Actions
Sha256.php
292 bytes
0644
2021-09-29 00:18
âï¸
ðï¸
Rename
Sha384.php
292 bytes
0644
2021-09-29 00:18
âï¸
ðï¸
Rename
Sha512.php
292 bytes
0644
2021-09-29 00:18
âï¸
ðï¸
Rename
Chang
Apply