0xV3NOMx
Linux ip-172-26-7-228 5.4.0-1103-aws #111~18.04.1-Ubuntu SMP Tue May 23 20:04:10 UTC 2023 x86_64



Your IP : 3.145.69.65


Current Path : /proc/thread-self/root/snap/core/17200/usr/lib/ssl/misc/
Upload File :
Current File : //proc/thread-self/root/snap/core/17200/usr/lib/ssl/misc/c_hash

#!/bin/sh
# print out the hash values 
#

for i in $*
do
	h=`openssl x509 -hash -noout -in $i`
	echo "$h.0 => $i"
done