Can a Request Node modify a request's contents before persisting it to IPFS and on-chain? #1284
Answered
by
MantisClone
MantisClone
asked this question in
Questions
-
When I use a Request Node, is it possible for the Request Node to modify my request contents before persisting them to IPFS and on-chain? |
Beta Was this translation helpful? Give feedback.
Answered by
MantisClone
Dec 7, 2023
Replies: 1 comment
-
No. A Request Node cannot successfully change a request's contents before persisting it to IPFS and on-chain because doing so would invalidate the request - the data would no longer match the signature. This is true for private, encrypted requests as well. The Request Node cannot forge the end-user's signature. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
MantisClone
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
No. A Request Node cannot successfully change a request's contents before persisting it to IPFS and on-chain because doing so would invalidate the request - the data would no longer match the signature. This is true for private, encrypted requests as well. The Request Node cannot forge the end-user's signature.