chainx-org / chainx-wallet-bug-bounty

The bug bounty program repository for ChainX wallet, signer and extension. Please submit issues and get reward.
3 stars 0 forks source link

ExtError: Unable to unencrypt using the supplied passphrase #60

Open ydxt25 opened 3 years ago

ydxt25 commented 3 years ago

const { Account } = require('chainx.js'); const ks = require('./aa.json') const passwd = 'xxxx'

console.log(ks) const acc = Account.fromJson(ks, passwd) console.log(acc)

ExtError: Unable to unencrypt using the supplied passphrase