whoami7 - Manager
:
/
proc
/
self
/
root
/
home
/
kckglobal
/
public_html
/
portal
/
vendor
/
azjezz
/
psl
/
src
/
Psl
/
Hash
/
Upload File:
files >> //proc/self/root/home/kckglobal/public_html/portal/vendor/azjezz/psl/src/Psl/Hash/hash.php
<?php declare(strict_types=1); namespace Psl\Hash; /** * Generate a hash value (message digest). * * @throws Exception\RuntimeException If unable to pump data into the hashing context. * * @pure */ function hash(string $data, Algorithm $algorithm): string { return Context::forAlgorithm($algorithm)->update($data)->finalize(); }
Copyright ©2021 || Defacer Indonesia