Identicall - fighting Sybil attacks on social graphs #23
DeMonkeyCoder
started this conversation in
Show and tell
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello Nillion Community :)
Identicall is a tool designed to assist unique-identity platforms, which depend on social graphs, in fighting small-scale Sybil attacks. For this hackathon, as a BrightID core team developer, I integrated this tool with BrightID as an example project. But it can generally work on all social graphs
BrightID is a social identity network that allows people to prove to applications that they are accessing them fairly with only one account. BrightID users install an application to create a BrightID, and then use that to make connections with the BrightID of their friends. Various verification methods and strategies are currently being used in BrightID, and one is asking someone's connections to confirm that they're all connected to the same BrightID about the person, and the person is not attacking the system by creating multiple BrightIDs to connect with different people. The goal is to not publish the person's BrightID publicly. If these connections are mutual trusted friends, they can simply talk to each other about the BrightID of the person, but if the person's connections don't know each other, they can't reveal and compromise the person's BrightID to each other.
With Identicall, people can submit the BrightID of a person and know if they all know the same BrightID of that person without revealing it.
Inspired by this proposal: https://forum.brightid.org/t/fighting-small-scale-sybil-attacks-with-known-identifiers/503
Beta Was this translation helpful? Give feedback.
All reactions