You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Right now the supporting document for an emissions token is encrypted for one party, the emissions auditor, using their key. The metadata is not encrypted.
Could the documents be encrypted for multiple parties, for example, the contract owner, the recipient of the emissions audit, and the auditors.
Could the metadata be encrypted the same way.
Could the data be encrypted and distributed to parties on demand, for example by the contract owner and the recipient of the emissions audit?
The text was updated successfully, but these errors were encountered:
n-of-m multisig can solve the multi party problem by supplying all of the authorized public keys during encryption.
Where does the encryption currently take place?
Interesting. Do you have any examples of this?
Encryption is currently done during the
npm run supply-chain:cli -- -processrequests
step. When an auditor is chosen, the document is encrypted with their
public key and placed on IPFS.
On Thu, Jul 14, 2022 at 12:22 PM Bertrand Rioux ***@***.***> wrote:
n-of-m multisig can solve the multi party problem by supplying all of the
authorized public keys during encryption.
Where does the encryption currently take place?
—
Reply to this email directly, view it on GitHub
<#578 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AANAS4LHXYLQMBY2CKQG6ZDVUBSHNANCNFSM53QHI4NQ>
.
You are receiving this because you authored the thread.Message ID:
<hyperledger-labs/blockchain-carbon-accounting/issues/578/1184812181@
github.com>
Right now the supporting document for an emissions token is encrypted for one party, the emissions auditor, using their key. The metadata is not encrypted.
Could the documents be encrypted for multiple parties, for example, the contract owner, the recipient of the emissions audit, and the auditors.
Could the metadata be encrypted the same way.
Could the data be encrypted and distributed to parties on demand, for example by the contract owner and the recipient of the emissions audit?
The text was updated successfully, but these errors were encountered: