Skip to content

Instantly share code, notes, and snippets.

@vietlq
Created October 14, 2017 13:01
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save vietlq/dc5de9bbf808028a4238e739f9f92f57 to your computer and use it in GitHub Desktop.
Save vietlq/dc5de9bbf808028a4238e739f9f92f57 to your computer and use it in GitHub Desktop.
VISCHub: Sample UTC JSON file for Ethereum Wallet
{
"version": 3,
"id": "f50f0234-d25c-42a9-8c2f-e777fafe5c2a",
"address": "389d46c0d5d20c8220ad236b5a25b348c67e3021",
"Crypto": {
"ciphertext": "7cc66b5740d2ce0942b5beef2a997f5d85a9ab0e10a166a9f31cc16372c72204",
"cipherparams": {
"iv": "d8acc1c0a3a18c61acc33ca05eeb19bf"
},
"cipher": "aes-128-ctr",
"kdf": "scrypt",
"kdfparams": {
"dklen": 32,
"salt": "a7eaacb3decb8cbec3cb3911996bea7229d5bb034fc8fb4290dbc8533e9562c9",
"n": 1024,
"r": 8,
"p": 1
},
"mac": "34f47e586cfba2c8180c0c6ea04d57741d75d436b38cd20d9b1b18e34e5477ff"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment