Created
June 10, 2011 15:51
-
-
Save feedhenry-gists/1019122 to your computer and use it in GitHub Desktop.
Security Response RSA Key
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
{ | |
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