Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Decryption using shared secret support for hardware wallet #253

Open
wants to merge 4 commits into
base: main
Choose a base branch
from

Conversation

LucasALLOIN
Copy link

Hello there !

I've implemented decryptWithSharedSecret function that allow to decrypt encrypted data with an shared secret (that will allow to compute ephemeral private key) rather than the private key itself.
This will be really helpfull for hardware wallet operation (you ask the hardaware wallet the shared secret and decrypt locally) because hadware wallet does not provide access to private key to decrypt data and are to rudimentary to process the decryption by itself.

This PR will permit me to finish EIP1024 decryption for ledger keyring (https://github.com/MetaMask/eth-ledger-bridge-keyring/)

Thanks you & ask anything you want !

@LucasALLOIN LucasALLOIN requested a review from a team as a code owner June 2, 2022 16:02
@LucasALLOIN LucasALLOIN force-pushed the decrytion-using-shared-secret-support branch from 67985b4 to fc62c88 Compare June 2, 2022 16:18
@LucasALLOIN
Copy link
Author

Hello @Gudahtt sorry for pinging you, but looks like you are one of the main maintainer of this repo.
Can we have a news on this ? Any question or remark ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant