Jigstack Products
jWALLET
jWALLET
  • What's Jwallet
  • Landing Page
  • jWallet (Browser Extension)
    • First Access
      • Create a New Wallet
        • What's a Seed Phrase
        • Crypto security 101
      • Import or connect your wallet
        • Import Keystore file
        • Import SEED
        • Import private key
        • Qr code / Link [Wallet Connect]
          • Mobile connection
            • TIPs (Hardware wallet)
          • Connection through link
        • Hardware Wallet (coming soon)
      • Login
    • Jwallet - Home View
      • Header
      • Network
        • Add a custom Network
          • Chainlist Integration
          • Add network from an external source
            • RPCs
      • Balance
      • Assets
      • Activity
      • Accounts
    • jWallet Management Space
      • Create Account
      • Import Account
      • Support
      • Settings
        • General
        • Private Info
        • Advanced
        • Contacts
        • Networks
          • Modify existing Networks
    • Account Board
      • Name selection + QR code
      • Export Private Key
      • Copy address
      • View Address on Block explorer
      • Delete Account
      • Manage dApp Connected
    • BUY
      • What is Wyre
    • Send
    • Santa Gifting (Coming Soon)
    • Assets / Tokens
      • Add custom Tokens
    • Activities (transactions)
    • Swap & Bridge (S&B)
      • Choose Token and Chain
      • Advanced Option
        • Gas fees
          • Network Incentives
          • Costs
          • Penalties
          • Gas Price
        • Slippage
        • Bridge Prioritization
        • Bridges
        • Exchanges
        • Infinite approval
        • Receiver Address
      • S&B by Qr code wallet
      • Swap&Bridge WebApp
  • Terms of use (TBA)
Powered by GitBook
On this page
  • Important Information
  • What Is a Keystore File?
  1. jWallet (Browser Extension)
  2. First Access
  3. Import or connect your wallet

Import Keystore file

PreviousImport or connect your walletNextImport SEED

Last updated 2 years ago

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