0

How do I import a keystore file generated in geth into Metamask?

Is there a simple way for me to convert the ciphertext into a private key, can I decrypt it with my passphrase somehow?

0TTT0
  • 672
  • 2
  • 10
  • 20

1 Answers1

1

Use keythereum https://github.com/ethereumjs/keythereum

You will be able to manage keystore files and decrypt the private key

abed
  • 664
  • 3
  • 15
  • is there anyway to do this manually as well, without code? im just looking for a quick way to convert this keystore file, so i can copy and paste the result into metmask import account. (will definitely use keythereum later) – 0TTT0 Feb 18 '19 at 23:17
  • 1
    Check this https://ethereum.stackexchange.com/questions/3447/how-can-i-get-my-accounts-into-metamask-or-vice-versa – abed Feb 19 '19 at 06:37