Import Keystore file

By clicking on Import Keystore file the jWallet will give you the opportunity to choose the file within your device.

  1. Choose your .json file

  2. Enter the password for your .json file

  3. Click on Import

  4. Wait for the jWallet to decrypt your file

  5. Wait without leaving the message: Successfully Created

When you receive a Successfully Created message, you are ready to use your Account.

Important Information

We do not recommend that you Store your wallet via the Keystore file.

Why?

Keystore files are vulnerable for two reasons:

  1. Theft

    • To use a Keystore file means you need to upload this file online and type in a password to unlock the file. If you enter this into a fake phishing website, your funds WILL BE STOLEN

  2. They are not recoverable if lost or stolen

    • MyCrypto does not store any information. We only have access to information that is publicly available on the blockchain. Hardware wallets at least give you a chance to restore your wallet if you lose the device using the 12-word Secret Recovery Phrase if you have backed it up correctly.

    • If you lose the keystore file or forget the password, there is almost no guarantee that you will ever gain access back to the wallet

What Is a Keystore File?

A Keystore file (sometimes called a UTC file) in Ethereum is an encrypted version of your private key. They are generated using your private key and a password that you use to encrypt them. If you open up your Keystore file in a text editor it contains data pertaining to the encryption of the private key.

Note: Your Keystore file has a .json file extension.

If you try to convert it to any other file extension, then it may break when you try to convert it back.

Don't do this.

If you want to understand the contents of your json file, reference this medium article by Julien.Maffre.

Last updated