I
I
ixon2018-08-11 12:20:58
CAPTCHA
ixon, 2018-08-11 12:20:58

What methods of protection against sheetposting exist for decentralized systems?

Let's say there is some p2p chat, the participants of which communicate with each other.
The attacker automatically fills the chat with a huge pile of meaningless information, interfering with communication.
If it were a centralized chat, it would be enough just to add a captcha to this system, which would seriously complicate such a task.
And what to do in a decentralized system? Is there any cryptographic captcha that could stop the flow of meaningless information? How do such algorithms work?

Answer the question

In order to leave comments, you need to log in

3 answer(s)
X
xmoonlight, 2018-08-11
@xmoonlight

"White"/"black" list of participants (ID/hash) on clients solves the problem instantly.

A
Alexander Taratin, 2018-08-11
@Taraflex

Improve the chat client so that several messages from one user are glued into one in the interface.
Long messages (including glued ones) collapse to a certain height.
For collapsed messages, show a counter of the number of real messages that fit into them.

R
res2001, 2018-08-12
@res2001

Encryption of traffic between chat participants.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question