1 Star 1 Fork 0

桔子 / OpenSSH-Fingerprint

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
贡献代码
同步代码
取消
提示: 由于 Git 不支持空文件夾,创建文件夹后会生成空的 .keep 文件
Loading...
README

OpenSSH-Fingerprint

penSSH-Fingerprint - A module for openssh key Fingerprint create support md5 and sha256.

INSTALLATION

To install this module, run the following commands:

perl Makefile.PL
make
make test
make install

Example

 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=

SUPPORT AND DOCUMENTATION

After installing, 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

    http://annocpan.org/dist/OpenSSH-Fingerprint

CPAN Ratings

    http://cpanratings.perl.org/d/OpenSSH-Fingerprint

Search CPAN

http://search.cpan.org/dist/OpenSSH-Fingerprint/

Git repo

[github] (https://github.com/bollwarm/OpenSSH-Fingerprint.git)

[oschina] (https://git.oschina.net/ijz/OpenSSH-Fingerprint.git)

LICENSE AND COPYRIGHT

Copyright (C) 2017 ORANGE

This program is released under the following license: Perl

空文件

简介

Openssh 证书指纹的计算,支持md5 openssh 6.5以下 和 sha256 openssh 6.5以下 使用该模块可以计算证书钥的指纹,用户对证书登陆时候身份鉴定,安全审计等。 展开 收起
Perl
取消

发行版

暂无发行版

贡献者

全部

近期动态

加载更多
不能加载更多了
Perl
1
https://gitee.com/ijz/OpenSSH-Fingerprint.git
git@gitee.com:ijz/OpenSSH-Fingerprint.git
ijz
OpenSSH-Fingerprint
OpenSSH-Fingerprint
master

搜索帮助