Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save kennethhutw/ae299e3ad46da2a0f0e974846d04a168 to your computer and use it in GitHub Desktop.
Save kennethhutw/ae299e3ad46da2a0f0e974846d04a168 to your computer and use it in GitHub Desktop.
Ethereum UTC / JSON Encrypted Wallet - Example
{
"id": "9a35ca65-65a2-9cfe-c468-4d31cab24a9a",
"version": 3,
"crypto": {
"cipher": "aes-128-ctr",
"cipherparams": {
"iv": "c4c381cc5325fcbf2e50efadc81da84e"
},
"ciphertext": "1aa9e3937902cb7bd0736cd67c33a4a2035e671d5ac2a43bc17b8b3202fa7a40",
"kdf": "pbkdf2",
"kdfparams": {
"c": 10240,
"dklen": 32,
"prf": "hmac-sha256",
"salt": "3964d9763395d302c89c24a0e435aaa73c837861362bea5f0a946fdb500f914f"
},
"mac": "6ed275c65d194987ff9b126f3cd7d0e4cbce98c9d41b634567db70d42953bbad"
},
"address": "47d850fcb3030f0fcba81ad0fcb0381994853055",
"name": "",
"meta": "{}"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment