Y
Hacker News
new
|
ask
|
show
|
jobs
by
hsbauauvhabzb
1858 days ago
Why not something computationally expensive? Bcrypt this value 10000 times to continue
3 comments
sodality2
1858 days ago
Ideally you'd have something that's hard for the client but easy for the server to verify, though. so maybe prime factoring?
link
tshaddox
1858 days ago
Or, the server provides a random string of bits with length n and requires a string of bits with length n+m that starts with the provided n bits and whose SHA-1 hash begins with 20 zero bits.
link
wruza
1858 days ago
What nonceness!
link
iszomer
1858 days ago
Imagine when a miner is used as Captcha and would only pass when a certain amount has been mined..
link
kalleboo
1858 days ago
Spammers use botnets, so they have plenty of computation available
link
immibis
1853 days ago
And if every site does this, they have plenty less. Imagine if you can only attempt your spam 20 times per second instead of 20000
link