Submit
Path:
~
/
/
usr
/
local
/
psa
/
admin
/
plib
/
modules
/
grafana
/
vendor
/
lcobucci
/
jwt
/
src
/
Signer
/
Hmac
/
File Content:
Sha384.php
<?php declare (strict_types=1); namespace PleskGrafana\Lcobucci\JWT\Signer\Hmac; use PleskGrafana\Lcobucci\JWT\Signer\Hmac; final class Sha384 extends Hmac { public function algorithmId() : string { return 'HS384'; } public function algorithm() : string { return 'sha384'; } public function minimumBitsLengthForKey() : int { return 384; } }
Submit
FILE
FOLDER
INFO
Name
Size
Permission
Action
Sha256.php
403 bytes
0644
Sha384.php
403 bytes
0644
Sha512.php
403 bytes
0644
N4ST4R_ID | Naxtarrr