[tor-bugs] #6320 [Atlas]: Implement fingerprint hash based search (bridge support)
Tor Bug Tracker & Wiki
torproject-admin at torproject.org
Fri Jul 6 14:04:40 UTC 2012
#6320: Implement fingerprint hash based search (bridge support)
-------------------------+--------------------------------------------------
Reporter: hellais | Owner: hellais
Type: enhancement | Status: new
Priority: normal | Milestone:
Component: Atlas | Version:
Keywords: | Parent:
Points: | Actualpoints:
-------------------------+--------------------------------------------------
This applies both to relays and bridges. It is obviously very important
for bridges since we don't want to disclose the bridge FP.
We need to be able to search bridges also by fingerprint hashes. This
feature has been implemented in onionoo in #5368.
We basically need to take the plaintext fingerprint that is input inside
of the search box and client side do a SHA-1 hash of the input text.
If the user inputs a fingerprint hash we should hash that again.
To understand if you are searching for a fingerprint or a hash we must
check if the input search text is more than 19 chars (maximum nick size),
exactly 40 and is only hex digits.
--
Ticket URL: <https://trac.torproject.org/projects/tor/ticket/6320>
Tor Bug Tracker & Wiki <https://trac.torproject.org/>
The Tor Project: anonymity online
More information about the tor-bugs
mailing list