Y
Hacker News
new
|
ask
|
show
|
jobs
by
yifanl
693 days ago
You can rather easily set up semi-hard rate limiting with a proof of work scheme. Will very trivially affect human users, while bot spammers have to eat up the cost of a million hash reversions per hour or whatever.
2 comments
dartos
693 days ago
Yep. That works well enough for password hashing algorithms to deter brute force attackers.
This is a similar situation.
link
skoocda
693 days ago
e.g. HashCash
link
This is a similar situation.