Created
June 10, 2011 16:06
-
-
Save feedhenry-gists/1019163 to your computer and use it in GitHub Desktop.
Security Data Decryption
This file contains hidden or 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
$fh.sec({ | |
act:'decrypt', | |
params: | |
{algorithm:'RSA|AES', | |
ciphertext:'<data to decrypt>', | |
key: '<private key hex value for RSA decryption or secret key hex value for AES decryption>', | |
modulu: '<hex value of the modulu for RSA decryption>' | |
} | |
}) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment