Up |
_RSAencryptMessage Scol 5.x or above required
Decrypt a string using the RSA private key.
Prototype :
fun [S S] S
- S : an encrypted string
- S : the RSA private key to use
Return : S the decrypted string or nil if error.
See also :
Example :
Note
On MS Windows system only !