Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature/computer fingerprint #48

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

parmegv
Copy link

@parmegv parmegv commented Feb 16, 2016

The first time a computer connects to the adb server, the smartphone asks if the computer is authorized to connect. This is based on the fingerprint of the ssh key adb uses.

This PR implements a function that shows the computer's fingerprint. It should match the one displayed in the smartphone.

It works with public keys whose bodis are 700 characters wide. That's
the Android's default right now, so it should be safe.

The bash script is a test to see how can I implement the fingerprint
computation in Emacs-Lisp.
To match the fingerprint shown in the debugging device the first time it
receives a connection from a PC.

The bash script is not needed anymore.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant