Created
August 27, 2019 18:14
-
-
Save vinthewrench/9d2845da3cd9dd75e76b68c59992c9b2 to your computer and use it in GitHub Desktop.
outbox object
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"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