Last active
August 29, 2015 14:26
-
-
Save iNPUTmice/7b44cb6770df66f539a1 to your computer and use it in GitHub Desktop.
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
<message to="romeo@montague.tld" from="juilet@whateverthenamewas.tld"> | |
<encryption xmlns="eu.siacs.conversations.axolotl"> | |
<header sid="42"> <!-- can be reused --> | |
<key rid="345"></key> | |
<key rid="23"></key> | |
<iv>04af38cd4d</iv> | |
</header> | |
<payload>cipher text</payload> | |
</encryption> | |
</message> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment