Created
April 13, 2018 16:45
-
-
Save nakov/53f869e01c9b573844c48e5966e33a3f to your computer and use it in GitHub Desktop.
Ethereum UTC / JSON Encrypted Wallet - Example
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"version":3, | |
"id":"14ed6caf-0b69-4348-85e6-6ea0b15352cd", | |
"address":"9ab14321b263d5c1a7715098a1a31510cb828409", | |
"Crypto":{ | |
"ciphertext":"838cc6626170166b2ec15911e496b603da6c08de8ef188d9f0ef27fd84d0c572", | |
"cipherparams":{ | |
"iv":"f6ed0a488d596de27adf087f9c9e6946" | |
}, | |
"cipher":"aes-128-ctr", | |
"kdf":"scrypt", | |
"kdfparams":{ | |
"dklen":32, | |
"salt":"8d3c7f9853ca74a961a94ae72d5ce7f632ccea9fd3bde43da9fcf37937d11235", | |
"n":8192, | |
"r":8, | |
"p":1 | |
}, | |
"mac":"5b8c51e0a66a9594117ade382470f3bdea5873df88a0780656c39d2af0bf377a" | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment