Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Decryption Example #28

Open
srhise opened this issue Apr 20, 2020 · 4 comments
Open

Decryption Example #28

srhise opened this issue Apr 20, 2020 · 4 comments

Comments

@srhise
Copy link

srhise commented Apr 20, 2020

What is the recommended way to decrypt the msg property in the files uploaded by the user? Is there an example of this or a recommended approach?

@simonry14
Copy link

@srhise Please share if you found the solution to this

@qtangs
Copy link
Contributor

qtangs commented May 3, 2020

We have shared a reference implementation for processUploadedData, you can find the logic here:

https://github.com/opentrace-community/opentrace-cloud-functions/blob/master/functions/src/opentrace/processUploadedData.ts#L24

@mkorcy
Copy link

mkorcy commented May 15, 2020

@qtangs using the ref implementation for processUploadedData my archive file and my upload file looks the same, my temp ids are not decrypting to UIDs. Looks like I am successfully getting the secret key, any ideas?

@mkorcy
Copy link

mkorcy commented May 15, 2020

disregard, I see now i had to do something with the decrypted data in the data forwarder.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants