llSignRSA
function ll.SignRSA(PrivateKey: string, Message: string, Algorithm: string): stringReturns the base64-encoded RSA signature of Message using PEM-formatted PrivateKey and digest Algorithm (sha1, sha224, sha256, sha384, sha512).
Parameters
-
PrivateKey(string) - The PEM-formatted private key
-
Message(string) - The message contents to sign
-
Algorithm(string) - The digest algorithnm to use: sha1, sha224, sha256, sha384, sha512
Examples
Section titled “Examples”Add example usage here showing SLua/Luau syntax with ll.SignRSA().
Add additional notes, caveats, or tips specific to using this function in SLua/Luau.
See Also
Section titled “See Also”- Related functions can be linked here
- LSL equivalent: llSignRSA