Closed farhoud closed 2 years ago
I am also facing an issue that may be related. Here is what I do:
apps/box
locallyexamples/gallery/fula-sec/react-app
dev server (npm start
)In the browser's log, I get this error:
encrypted photo
App.js:53 Error: failure: Failed to decrypt
at RPCError.fromObject (index.js:34346:1)
at index.js:34440:1
at async DID.decryptJWE (index.js:42067:1)
at async DID.decryptDagJWE (index.js:42075:1)
at async TaggedEncryption.decrypt (index.js:52329:1)
at async App.js:51:1
The line is referring to App.js:
plainObject = await tagged.decrypt(jwe)
In Document and Typing of tagged encryption:
symetricKey
is String but inexample/gallery/fula-sec/react-app
symetricKey is an object