Code Monkey home page Code Monkey logo

proof-of-identity's Introduction

Proof of Identity: Secure and Distributed Facial Recognition.

Period: Jan-April 2022

Given our daily use of facial recognition to unlock smartphones, is there a way to extend this technology to the web to access any services on the internet while maintaining user anonymity? Previous research has demonstrated the possibility of constructing realistic faces from deep embeddings. Therefore, simply storing the embedding in open database would readily reveal a user's identity. We must encrypt the embeddings, but this alone is insufficient. For face identification, we later need to perform distance calculations between embeddings. Performing such calculations on encrypted data poses a significant challenge. Homomorphic cryptosystems are a special class of crytosystems that allow basic arithmetic operations over encrypted data. Bitcoin's OP_RETURN opcode allows storing up to 80 bytes of data on the blockchain. This enables us to easily store the encrypted embedding. Since making such transactions costs bitcoins, it incentivizes the creation of authentic users. The transaction ID becomes the user ID, allowing the verifier to retrieve the data from the blockchain and perform verification. However, the verifier cannot independently verify user authenticity, which is crucial for the system's functionality. This limitation necessitates advancements in homomorphic cryptosystems.

As this project transitions into a research endeavor, I will defer the remaining work for future exploration. I'm not releasing the full source code at this moment. Checkout the initial website.

proof-of-identity's People

Contributors

shashekhar avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.