01-16-2018, 08:08 PM
Hi there!
I also have Musicoin wallet file with 62 char ciphertext
mb its something like here ? https://github.com/paritytech/parity/issues/2263
I also have Musicoin wallet file with 62 char ciphertext
Code:
{
"address":"#SOMETEXT#",
"crypto":{
"cipher":"aes-128-ctr",
"ciphertext":"2151cd3f36c3c5ce075aceda6bbdd495af3b8001f4571dc4245ae0916f2253",
"cipherparams":{
"iv":"#SOMETEXT#"
},
"kdf":"scrypt",
"kdfparams":{
"dklen":32,
"n":262144,
"p":1,
"r":8,
"salt":"#SOMETEXT#"
},
"mac":"#SOMETEXT#"
},
"id":"#SOMETEXT#",
"version":3
}
mb its something like here ? https://github.com/paritytech/parity/issues/2263