Import Keystore file
Last updated
Last updated
By clicking on Import Keystore
file the jWallet will give you the opportunity to choose the file within your device.
Choose your .json file
Enter the password for your .json file
Click on Import
Wait for the jWallet to decrypt your file
Wait without leaving the message: Successfully Created
When you receive a Successfully Created message, you are ready to use your Account.
We do not recommend that you Store your wallet via the Keystore file.
Keystore files are vulnerable for two reasons:
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
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
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.