NAME
OpenSSH::Fingerprint - The great new OpenSSH::Fingerprint!
VERSION
Version 0.02
SYNOPSIS
Quick summary of what the module does.
use OpenSSH::Fingerprint;
use use MIME::Base64;
my $file=shift;
my $resutlt= unbase64($file);
print "md5 fingerpint: ",md5_sum($_ ),"\n" for(@{$resutlt});
print "sha265 fingleprint: ",encode_base64(sha256($_ )) for(@{$resutlt});
The result
perl sshfingerprint.pl aaa.pub
md5 fingerpint: 4b:12:23:8a:95:rt:ec:da:43:fc:aa:0b:1a:e6:6a:2f
sha265 fingleprint: sfeQQGLlTi5j69KMzEkLmK9f78/CGtVk2a8N8pDfV88=...
EXPORT
A list of functions that can be exported. You can delete this section if you don't export anything, such as for a purely object-oriented module.
SUBROUTINES/METHODS
AUTHOR
ORANGE, <bollwarm at ijz.me>
BUGS
Please report any bugs or feature requests to bug-openssh-fingerprint at rt.cpan.org
, or through the web interface at http://rt.cpan.org/NoAuth/ReportBug.html?Queue=OpenSSH-Fingerprint. I will be notified, and then you'll automatically be notified of progress on your bug as I make changes.
SUPPORT
You can find documentation for this module with the perldoc command.
perldoc OpenSSH::Fingerprint
You can also look for information at:
RT: CPAN's request tracker (report bugs here)
http://rt.cpan.org/NoAuth/Bugs.html?Dist=OpenSSH-Fingerprint
AnnoCPAN: Annotated CPAN documentation
CPAN Ratings
Search CPAN
ACKNOWLEDGEMENTS
LICENSE AND COPYRIGHT
Copyright 2017 ORANGE.
This program is released under the following license: Perl