Skip to content

Instantly share code, notes, and snippets.

@vinthewrench
Created August 27, 2019 18:14
Show Gist options
  • Save vinthewrench/9d2845da3cd9dd75e76b68c59992c9b2 to your computer and use it in GitHub Desktop.
Save vinthewrench/9d2845da3cd9dd75e76b68c59992c9b2 to your computer and use it in GitHub Desktop.
outbox object
{
"data": "... encrypted outbox object here ...",
"keys": {
"UID:z55tqmfr9kix1p1gntotqpwkacpuoyno": {
"perms": "rws",
"key": "... wrapped key here ..."
},
"UID:jag15iacxneuco7owmegke63msbgyuyx": {
"perms": "r",
"key": "... wrapped key here ..."
}
},
"dirPrefix": "012B97BA87E149DDBE90F611AE001380",
"version": 3
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment