Skip to content

Instantly share code, notes, and snippets.

@Gustav-Simonsson
Created May 19, 2015 10:14
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Gustav-Simonsson/4ccecbc0bf2f83171045 to your computer and use it in GitHub Desktop.
Save Gustav-Simonsson/4ccecbc0bf2f83171045 to your computer and use it in GitHub Desktop.
scrypt with password x
{
"Crypto": {
"cipher": "aes-128-cbc",
"cipherparams": {
"iv": "6e38e8499d80916a6767a0c1c70a8cc8"
},
"ciphertext": "6984bc36d8e3e1d9048ee2f2a05be092ca690de8b487fcb0f3b166900b3d960a71cd752f39af26c6cb5db8ca06a524a3",
"kdf": "scrypt",
"kdfparams": {
"dklen": 32,
"n": 262144,
"p": 1,
"r": 8,
"salt": "1f399c2eb804b5a4f36816c7370cc43fb01e43fd08207060a6f44ca953c61df4"
},
"mac": "7dfef51f9d5c807c04033b2ef335822abe04ba2e05538f52b0bd5b200b4ca246",
"version": "1"
},
"address": "cc2ba2b4c94566c192aebcfaee8417ba51f04ccd",
"id": "0be6e9fd-5b97-49d3-b20d-a4644174f498",
"version": "1"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment