【问题标题】:where the private key and public keys are getting stored in bigchainDB?私钥和公钥存储在 bigchainDB 的什么位置?
【发布时间】:2020-06-05 22:50:08
【问题描述】:

假设我正在创建一个密钥对 rahul,

我可以通过

获取公钥和私钥
const rahul = new BigchainDB.Ed25519Keypair()```



console.log('public key \n',rahul.publicKey);
console.log('private key \n',rahul.privateKey);```

apart from this, where can find the key pair of rahul in storage ?

【问题讨论】:

    标签: bigchaindb


    【解决方案1】:

    不,公钥被添加到交易中,而私钥用于签署由用户或实体发起的交易。你有责任管理/存储它们,(注意:私钥不应该由你处理,因为它意味着私有并由用户自己处理)

    您可以阅读有关密钥管理的文章和书籍https://www.researchgate.net/publication/335325343_Key_management_for_blockchain_technology

    https://www.sciencedirect.com/science/article/pii/S2405959519301894

    【讨论】:

      猜你喜欢
      • 1970-01-01
      • 1970-01-01
      • 2017-12-23
      • 2011-03-27
      • 1970-01-01
      • 1970-01-01
      • 2012-06-26
      • 2010-09-21
      • 1970-01-01
      相关资源
      最近更新 更多