Skip to content

Instantly share code, notes, and snippets.

@feedhenry-gists
Created June 10, 2011 15:51
Show Gist options
  • Save feedhenry-gists/1019122 to your computer and use it in GitHub Desktop.
Save feedhenry-gists/1019122 to your computer and use it in GitHub Desktop.
Security Response RSA Key
{
algorithm:'RSA',
publickey:'<hex value of the public key>',
privatekey: '<hex value of the private key>',
modulu:'<hex value of the modulu>'
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment