"Vanity" onion addresses are a partial workaround for the difficulty of memorizing the 56-char long onion addresses.
Una dirección vanity es una dirección cebolla que comienza con un número pre-seleccionado de caracteres, generalmente un nombre significativo relacionado con un servicio cebolla concreto.
Por ejemplo, uno podría intentar generar una dirección cebolla para el sitio web mysitename
y terminar con algo parecido a esto:
mysitenameyx4fi3l6x2gyzmtmgxjyqyorj9qsb5r543izcwymle.onion
Esto tiene algunas ventajas:
It's easy for Onion Services users to know about which site they're about to access.
Tiene algún atractivo de marca para los propietarios de sitios web.
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.
Pero también tiene algunas desventajas:
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.
Si el sitio legítimo no utiliza una dirección vanity, los usuarios podrían pensar que el sitio falso es válido porque tiene una dirección más normal.
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
.
Consume recursos (tiempo y energía): cuanto mayor sea el nombre de la vanity, más tiempo (y más potencia de cálculo) se necesita.
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.
Por ejemplo, cuando se ejecutan muchos backends Onionbalance.
Generación de direcciones de vanity
mkp224o
es una de las herramientas que se pueden utilizar para generar direcciones vanity.
Paso 1. Instalar los paquetes requeridos
Paso 2. Seguir las instrucciones de creación
Paso 3. Pon en marcha el generador
$ ./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
Leer más