lucashenning / aws-kms-ethereum-signing

Typescript based example of ECDSA signing an Ethereum transaction with AWS KMS.
74 stars 14 forks source link

Getting Private key in case of emergency #4

Open VivekKadvani opened 1 year ago

VivekKadvani commented 1 year ago

Hello @lucashenning , your solution is working fine for me thank you for that, but I have one doubt that if in case of any emergency we need to get private key of this wallet address, than how can we get private key of this account as all admin rights to aws account and kms key ? is there any way ? if available please share with me .

0xPrimata commented 2 weeks ago

The point of KMS is that you should never have access to the private key.