I want to read the fingerprint of the computer. That fingerprint is shown when you connect it for the first time with your computer.
I googled a lot but I found nothing related. Do you have an idea or a helpful resource?
It seems that the keys are stored in /data/misc/adb/adb_keys . The "fingerprint" is just an MD5 hash of the computer's public key, which is stored in ~/. android/adbkey.
A host key fingerprint is also known as RSA key, host key, and key fingerprint. Every SSH server is configured to use a host key to verify that the client is connecting to the correct host. The SSH server administrator provides the host key fingerprint to the various clients.
Enter this in your terminal:
awk '{print $1}' < ~/.android/adbkey.pub | openssl base64 -A -d -a | openssl md5 -c
Works just as it should for me. =)
From: https://android.stackexchange.com/questions/50922/how-can-i-see-the-fingerprint-of-my-adbkey?newreg=7d7d931b67d442019d3ba60ed114be04
which references the original source: http://nelenkov.blogspot.de/2013/02/secure-usb-debugging-in-android-422.html
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With