Skip to content

Instantly share code, notes, and snippets.

@EtherTyper
Last active January 10, 2016 21:32
Show Gist options
  • Select an option

  • Save EtherTyper/aafd76348fa24c29f943 to your computer and use it in GitHub Desktop.

Select an option

Save EtherTyper/aafd76348fa24c29f943 to your computer and use it in GitHub Desktop.
{
"@Santa" : {
"public_key" : "Public key",
"message" : {
"content" : "HO HO HO! Happy 2016 to all!",
"signature" : "Signature"
}
},
"@UserHandle" : {
"name" : "John L Doe",
"message" : {
"content" : "Encrypted message",
"signature" : "Signature"
},
"wishlist" : [
{
"content" : "Encrypted present",
"signature" : "Signature"
},
{
"content" : "Encrypted present",
"signature" : "Signature"
},
{
"content" : "Encrypted present",
"signature" : "Signature"
}
],
"good" : true
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment