Explorer
home
/
zoteqbgb
/
public_html
/
vendor
/
lcobucci
/
jwt
/
src
/
Signer
/
Rsa
Location:
/home/zoteqbgb/public_html/vendor/lcobucci/jwt/src/Signer/Rsa
Root path:
/home/zoteqbgb/public_html/config/676626
Editing: Sha512.php
<?php declare(strict_types=1); namespace Lcobucci\JWT\Signer\Rsa; use Lcobucci\JWT\Signer\Rsa; use const OPENSSL_ALGO_SHA512; final class Sha512 extends Rsa { public function algorithmId(): string { return 'RS512'; } public function algorithm(): int { return OPENSSL_ALGO_SHA512; } }
Save maftirs
Upload
Start Upload
New File
Create File
New Folder
Create Folder
Directory Contents
Name
Size
Perms
Modified
Actions
Sha256.php
329 bytes
0644
2021-09-29 00:18
âï¸
ðï¸
Rename
Sha384.php
329 bytes
0644
2021-09-29 00:18
âï¸
ðï¸
Rename
Sha512.php
329 bytes
0644
2021-09-29 00:18
âï¸
ðï¸
Rename
Chang
Apply