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

Put the format of the decrypted payload on the specs #7

Open
aaomidi opened this issue May 23, 2017 · 1 comment
Open

Put the format of the decrypted payload on the specs #7

aaomidi opened this issue May 23, 2017 · 1 comment
Assignees

Comments

@aaomidi
Copy link
Member

aaomidi commented May 23, 2017

{
   "data":"gzipped data",
   "crc32":"crc32 of data above"
}
@aaomidi
Copy link
Member Author

aaomidi commented May 23, 2017

Steps:

  • crc32 of data
  • Compress data with gzip
  • Encrypt the json object
  • B64 it
  • Place it as a payload object of the larger data structure

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

3 participants