Skip to content

Instantly share code, notes, and snippets.

@linuxenko
Created October 31, 2016 20:19
Show Gist options
  • Save linuxenko/43aa0da34447532173c83d7822c25988 to your computer and use it in GitHub Desktop.
Save linuxenko/43aa0da34447532173c83d7822c25988 to your computer and use it in GitHub Desktop.
var messageText = function(message) {
return Buffer.from(
pgp.message.readArmored(message).
packets[0].packets[1].data
).toString();
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment