从阅读的Andorid计算机的RSA密钥指纹 [英] Read the computer's RSA key fingerprint from Andorid

查看:1219
本文介绍了从阅读的Andorid计算机的RSA密钥指纹的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我想读计算机的指纹。这种指纹所示,当您将它连接在第一时间与您的计算机。

I want to read the fingerprint of the computer. That fingerprint is shown when you connect it for the first time with your computer.

我GOOGLE了很多,但我什么也没找到相关的。你有一个想法或一个有用的资源?

I googled a lot but I found nothing related. Do you have an idea or a helpful resource?

推荐答案

在终端输入以下内容:

awk '{print $1}' < ~/.android/adbkey.pub | openssl base64 -A -d -a | openssl md5 -c

作品只是因为它应该给我。 =)

Works just as it should for me. =)

从:<一href=\"http://android.stackexchange.com/questions/50922/how-can-i-see-the-fingerprint-of-my-adbkey?newreg=7d7d931b67d442019d3ba60ed114be04\">http://android.stackexchange.com/questions/50922/how-can-i-see-the-fingerprint-of-my-adbkey?newreg=7d7d931b67d442019d3ba60ed114be04

它引用原始出处: HTTP: //nelenkov.blogspot.de/2013/02/secure-usb-debugging-in-android-422.html

这篇关于从阅读的Andorid计算机的RSA密钥指纹的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆