Coder Social home page Coder Social logo

Comments (3)

boxfox619 avatar boxfox619 commented on August 19, 2024

사용자의 지갑에는 private key가 있음
private key는 public key로 암호화한 데이터를 해독 가능
public key의 끝 40 바이트를 잘라서 address가 만들어짐

-> 사용자로부터 public key와 address를 받아 서버에서 address 검증
-> public key로 검증용 랜덤 텍스트를 암호화하여 클라이언트가 해독
-> 해독한 텍스트와 함께 address mapping request전송

from linkbit-backend-lambda.

boxfox619 avatar boxfox619 commented on August 19, 2024

link address에는 이더리움 지갑이 필수로 하여 지갑의 소유자 인증 - 지갑의 소유자 인증

link address - eth account public key 가 한쌍
public key로 암호화된 텍스트를 클라이언트가 복호화하여 주소 설정 변경시 보내주어 인증

from linkbit-backend-lambda.

boxfox619 avatar boxfox619 commented on August 19, 2024

private key, public key 알고리즘은 타원곡선 암호화(Elliptic curve cryptography) 알고리즘

from linkbit-backend-lambda.

Related Issues (8)

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.