Y
Hacker News
new
|
ask
|
show
|
jobs
by
YPCrumble
3599 days ago
Is there a reason a hacker couldn't just create a key like "q68RxlopoLEwq+PEeb4+QwBBGIY=" to create a similar problem?
1 comments
akerro
3599 days ago
The string is longer so collision is harder to find. btw that's a way .onion addresses are generated, it takes first 80 bytes from the key and outputs base32 from the input.
link
CiPHPerCoder
3599 days ago
Rather, it takes the first 80 bits of a SHA1 hash of a 1024-bit RSA public key, then converts it to base32.
Obviously, collisions aren't obscenely expensive.
link