github.com/ethereumproject/go-ethereum@v5.5.2+incompatible/accounts/testdata/v3_test_vector.json (about) 1 { 2 "wikipage_test_vector_scrypt": { 3 "json": { 4 "crypto" : { 5 "cipher" : "aes-128-ctr", 6 "cipherparams" : { 7 "iv" : "83dbcc02d8ccb40e466191a123791e0e" 8 }, 9 "ciphertext" : "d172bf743a674da9cdad04534d56926ef8358534d458fffccd4e6ad2fbde479c", 10 "kdf" : "scrypt", 11 "kdfparams" : { 12 "dklen" : 32, 13 "n" : 262144, 14 "r" : 1, 15 "p" : 8, 16 "salt" : "ab0c7876052600dd703518d6fc3fe8984592145b591fc8fb5c6d43190334ba19" 17 }, 18 "mac" : "2103ac29920d71da29f15d75b4a16dbe95cfd7ff8faea1056c33131d846e3097" 19 }, 20 "id" : "3198bc9c-6672-5ab3-d995-4942343ae5b6", 21 "version" : 3 22 }, 23 "password": "testpassword", 24 "priv": "7a28b5ba57c53603b0b07b56bba752f7784bf506fa95edc395f5cf6c7514fe9d" 25 }, 26 "wikipage_test_vector_pbkdf2": { 27 "json": { 28 "crypto" : { 29 "cipher" : "aes-128-ctr", 30 "cipherparams" : { 31 "iv" : "6087dab2f9fdbbfaddc31a909735c1e6" 32 }, 33 "ciphertext" : "5318b4d5bcd28de64ee5559e671353e16f075ecae9f99c7a79a38af5f869aa46", 34 "kdf" : "pbkdf2", 35 "kdfparams" : { 36 "c" : 262144, 37 "dklen" : 32, 38 "prf" : "hmac-sha256", 39 "salt" : "ae3cd4e7013836a3df6bd7241b12db061dbe2c6785853cce422d148a624ce0bd" 40 }, 41 "mac" : "517ead924a9d0dc3124507e3393d175ce3ff7c1e96529c6c555ce9e51205e9b2" 42 }, 43 "id" : "3198bc9c-6672-5ab3-d995-4942343ae5b6", 44 "version" : 3 45 }, 46 "password": "testpassword", 47 "priv": "7a28b5ba57c53603b0b07b56bba752f7784bf506fa95edc395f5cf6c7514fe9d" 48 } 49 }