Submit
Path:
~
/
/
usr
/
local
/
psa
/
admin
/
plib
/
modules
/
grafana
/
vendor
/
lcobucci
/
jwt
/
src
/
Signer
/
Rsa
/
File Content:
Sha512.php
<?php declare (strict_types=1); namespace PleskGrafana\Lcobucci\JWT\Signer\Rsa; use PleskGrafana\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; } }
Edit
Rename
Chmod
Delete
FILE
FOLDER
INFO
Name
Size
Permission
Action
Sha256.php
355 bytes
0644
Sha384.php
355 bytes
0644
Sha512.php
355 bytes
0644
N4ST4R_ID | Naxtarrr