Replies: 1 comment
-
|
There is no need for signing the document hash since every singel entry on the chain is signed at its creation. Further: at the moment there is only one wallet (node-wallet) that could be used to sign the hash. Implementing the desired feature would make sense only if each user has their own wallet. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
When a file is uploaded only the docIds are saved onto the blockchain.
In terms of security this is not enough because the file located at the accesspoint can still be modified.
To be sure that the downloaded file behind the URL is still the same a digital signature must be uploaded too. This signature can then be checked by the api if the file downloaded is the expected one.
Beta Was this translation helpful? Give feedback.
All reactions