lexansoft / ethcracker

Ethereum password cracker
63 stars 13 forks source link

How to use with Json wallet ? #14

Open arbach opened 7 years ago

arbach commented 7 years ago

Have Json wallet of the following format


{
  "address": "..",
  "Crypto": {
    "cipher": "aes-128-ctr",
    "ciphertext": "..",
    "cipherparams": {
      "iv": ".."
    },
    "kdf": "scrypt",
    "kdfparams": {
      "dklen": 32,
      "n": 262144,
      "p": 1,
      "r": 8,
      "salt": ".."
    },
    "mac": ".."
  },
  "id": "..",
  "version": 3
}

Is it possible to use it with this script ?

lexansoft commented 7 years ago

Yes. should work.

Alexandre Naverniouk

On Mon, Sep 11, 2017 at 10:29 AM, George Arbash notifications@github.com wrote:

Have Json wallet of the following format

{ "address": "..", "Crypto": { "cipher": "aes-128-ctr", "ciphertext": "..", "cipherparams": { "iv": ".." }, "kdf": "scrypt", "kdfparams": { "dklen": 32, "n": 262144, "p": 1, "r": 8, "salt": ".." }, "mac": ".." }, "id": "..", "version": 3 }

Is it possible to use it with this script ?

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/lexansoft/ethcracker/issues/14, or mute the thread https://github.com/notifications/unsubscribe-auth/ACB3pNEz9MeosrQwC52g2OCQH38DhW0tks5shW0wgaJpZM4PTgUy .