"Vanity" onion addresses are a partial workaround for the difficulty of memorizing the 56-char long onion addresses.
Eine Wunschadresse ist eine Onion-Adresse welche mit einer vorher festgelegten Zeichenkette beginnt, üblicherweise ein bedeutungsvoller Name, welcher einen Bezug zum Onion-Dienst hat.
Zum Beispiel könnte man versuchen, eine Onion-Adresse für die mysitename
-Webseite zu erzeugen, und am Ende ungefähr Folgendes erhalten:
mysitenameyx4fi3l6x2gyzmtmgxjyqyorj9qsb5r543izcwymle.onion
Dies hat einige Vorteile:
It's easy for Onion Services users to know about which site they're about to access.
Es hat eine gewisse Markenattraktivität für Seitenbetreiber.
It's easy for Onion Services operators to debug their logs and know which services have errors without recurring to a table or to memorize some random characters from a regular onion address.
Aber es hat auch einige Nachteile:
An attacker wishing to impersonate an existing onionsite by creating a fake version of it might use vanity addresses as an additional way to convince users that their address is the correct.
Falls die legitime Seite keine Wunschadresse benutzt, könnten Nutzer denken, dass die gefälschte Seite valider ist, da sie die nettere Adresse hat.
It's relatively easy for anybody with average computing resources to create other keys beginning with mysitename
(although they are very unlikely to come up with the exact key from the example above).
So, in a sense, vanity keys might be confusing and offer a false sense of identity: users can easily be mistaken into accessing an impersonating onion service just because it starts with mysitename
.
Es verbraucht Ressourcen (Zeit und Energie): je länger der Wunschname, umso länger dauert dies (und umso mehr Rechenzeit verbraucht es auch).
The long term solution involves a better onion naming scheme, with existing proposals for that, that can make vanity addresses only as a way to help system administrators to group onion addresses.
Zum Beispiel, wenn viele Onionbalance -Backends laufen.
Wunschadresserzeugung
mkp224o
ist eines der Werkzeuge, welches verwendet werden kann, um Wunschadressen zu erzeugen.
Schritt 1. Installiere die Anforderungen
Schritt 2. Befolge die Bauanleitung
Schritt 3. Führe den Erzeuger aus
$ ./mkp224o -d onions mysitename
This will create a new folder onions
and folders for each of the discovered onion addresses and their respective keys.
For more options, refer to:
$ ./mkp224o -h
Mehr dazu erfährst du hier