Skip to content

Instantly share code, notes, and snippets.

@feedhenry-gists
Created June 10, 2011 16:13
Show Gist options
  • Save feedhenry-gists/1019176 to your computer and use it in GitHub Desktop.
Save feedhenry-gists/1019176 to your computer and use it in GitHub Desktop.
Security Save A Key
$fh.sec({
act:'savekey',
params:
{keytype:'public|private|secret|modulu',
key:'<key value>',
__cuid:'<optional-client unique device id>',
__session_id:'<optional-session id for the key>'}
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment