lachesis / scallion

GPU-based Onion Hash generator
Other
1.25k stars 164 forks source link

Generate adresse with 012 89 #153

Closed Wirloo closed 4 years ago

Wirloo commented 4 years ago

Hi why we can generate a domain with 0-1-2-8-9 on eshalot but not in scallion?

lachesis commented 4 years ago

From the README:

What are valid characters?

Tor .onion addresses use Base32, consisting of all letters and the digits 2 through 7, inclusive. They are case-insensitive.

Perhaps eshalot (tho I cannot find that software anywhere) uses the new form of Tor hidden service addresses which are completely different and cannot be efficiently solved using Scallion's approach (although other GPU-based approaches may exist, I don't have time to investigate them these days).

Wirloo commented 4 years ago

https://github.com/ReclaimYourPrivacy/eschalot

They do that since 2013

But they just use cpu, so its too long ^^