Yogendra Sankhla

@Yogendra17

I'm a dedicated and enthusiastic developer who loves diving into new tech and tackling complex challenges.

I'm a dedicated and enthusiastic developer who loves diving into new tech and tackling complex challenges.

Skill iconPython
Skill iconSolidity
Skill iconRust
Skill iconJavaScript
Node.js

Bangalore, India

User avatar

Yogendra Sankhla

@Yogendra17

Devfolio stats

Devfolio stats

2

projects

2

2

prizes

2

2

hackathons

2

0

Hackathons org.

0

GitHub

GitHub

12

contributions in the last year

Jan

S

M

T

W

T

F

S

0 contributions on 2025-01-01
0 contributions on 2025-01-02
0 contributions on 2025-01-03
0 contributions on 2025-01-04
0 contributions on 2025-01-05
0 contributions on 2025-01-06
0 contributions on 2025-01-07
0 contributions on 2025-01-08
0 contributions on 2025-01-09
4 contributions on 2025-01-10
0 contributions on 2025-01-11
0 contributions on 2025-01-12
0 contributions on 2025-01-13
0 contributions on 2025-01-14
0 contributions on 2025-01-15
0 contributions on 2025-01-16
0 contributions on 2025-01-17
0 contributions on 2025-01-18
0 contributions on 2025-01-19
0 contributions on 2025-01-20
0 contributions on 2025-01-21
0 contributions on 2025-01-22
0 contributions on 2025-01-23
0 contributions on 2025-01-24
0 contributions on 2025-01-25
0 contributions on 2025-01-26
0 contributions on 2025-01-27
0 contributions on 2025-01-28
0 contributions on 2025-01-29
0 contributions on 2025-01-30
0 contributions on 2025-01-31

Feb

0 contributions on 2025-02-01
0 contributions on 2025-02-02
0 contributions on 2025-02-03
0 contributions on 2025-02-04
0 contributions on 2025-02-05

Top Projects

Top Projects

Project Image
ShardSafe

A decentralized system called ShardSafe for the safe storage and retrieval of private-key without relying on a centralized infrastructure.

A complete application that divides your private key or confidential information into several fragments and transmits them to trusted human social accounts, known as Guardians. feature- 1)Collusion resistance 2)Implementation of modified Shamir secret algorithm(n,t) flow:- Users have the option to choose members as their wallet recovery agents or guardians. members can accept requests from users, and once the request is accepted, the user confirms the member as their service provider. To recover the wallet, users can request the service provider to sign a message. Once the message is signed and correctly verified on-chain, the service provider receives a fee transfer.

Project Image
P2P Social Recovery

P2P Social Recovery System for secure backup/recovery of your secrets without engagement of any centralised infrastrcuture (equally scalable to Web3 Wallets, Web2 Authenticators or Password Manager)

An end-to-end application that shards your private key/secrets into multiple parts and sends it across to trusted human social accounts- Guardians. Salient features include: Collusion resistance: This ensures that the shard-recievers (Guardians) don't generate user's private key without the permission/knowledge of the users. Implementation of modified Shamir secret algorithm(n,t): Shamir Secret algorithm forms the core of our system's logic. Providing a secure backup option as there is no single point of failure: Storing a private key in a single place, makes it very vulnerable to attacks. Sharding a private key and storing it in multiple places is a much more secure way to backup. Adding decentralised push and P2P communication methods such as PUSH (EPNS) enhances native adoption. Use-cases:- a) The two-factor Authenticator (2FA) apps currently in the market do not allow the user to reclaim the accounts if their account/phone/application is lost. Our library will enable such authenticator app to securely reclaim a 2FA-enabled account / Keys if the user loses her phone. b) With the introduction of Account Abstraction (EIP-2938), social recovery will go mainstream and the proposed library and approach can help developers in informaed transition.